Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitgeek committed May 9, 2022
2 parents f459d58 + 350b37b commit 6129a00
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions opennic.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#define MyAppServiceName "opennicwizd.exe"

; My Windows 64-bit configuration
#define MyOutputDir "C:\cygwin64\home\mike\"
#define MyOpenNICSource "C:\cygwin64\home\mike\github\OpenNIC-Wizard"
#define MyOpenNICServerBuild "C:\cygwin64\home\mike\github\OpenNIC-Wizard\server\debug"
#define MyOpenNICClientBuild "C:\cygwin64\home\mike\github\OpenNIC-Wizard\client\debug"
#define MyOutputDir "C:\cygwin64\home\mike.sharkey\"
#define MyOpenNICSource "C:\cygwin64\home\mike.sharkey\development\github\OpenNIC-Wizard"
#define MyOpenNICServerBuild "C:\cygwin64\home\mike.sharkey\development\github\OpenNIC-Wizard\server\debug"
#define MyOpenNICClientBuild "C:\cygwin64\home\mike.sharkey\development\github\OpenNIC-Wizard\client\debug"
#define MyQtLib "C:\Qt\5.15.0\mingw81_64\bin"
#define MyMingwBin "C:\Qt\5.15.0\mingw81_64\bin"
#define MyQtPlugins "C:\Qt\5.15.0\mingw81_64\plugins"
Expand Down
20 changes: 10 additions & 10 deletions client/opennicui.exe.manifest → server/opennicwizd.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
<?xml version="1.0" encoding="utf-8" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit 6129a00

Please sign in to comment.