oops
This commit is contained in:
parent
93316aa57e
commit
5c4f8b0947
Binary file not shown.
|
|
@ -69,7 +69,7 @@ namespace NovetusLauncher
|
||||||
url = "https://www.roblox.com/catalog/";
|
url = "https://www.roblox.com/catalog/";
|
||||||
isWebSite = true;
|
isWebSite = true;
|
||||||
}
|
}
|
||||||
else if (comboBox1.SelectedIndex == 2)
|
else if (comboBox1.SelectedIndex == 3)
|
||||||
{
|
{
|
||||||
url = "https://www.roblox.com/library/";
|
url = "https://www.roblox.com/library/";
|
||||||
isWebSite = true;
|
isWebSite = true;
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
|
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
|
<security>
|
||||||
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||||
|
</requestedPrivileges>
|
||||||
|
</security>
|
||||||
|
</trustInfo>
|
||||||
|
</assembly>
|
||||||
Loading…
Reference in New Issue