mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix windows exe script.
parent
906b7f2d39
commit
1384634aa1
|
|
@ -4,8 +4,8 @@
|
||||||
!define APP_NAME "PAMHYR"
|
!define APP_NAME "PAMHYR"
|
||||||
|
|
||||||
Name "PAMHYR"
|
Name "PAMHYR"
|
||||||
OutFile "pamhyr-win-amd64.exe"
|
OutFile "pamhyr-windows.exe"
|
||||||
LicenseData "pamhyr\LICENSE"
|
LicenseData "pamhyr\pamhyr\LICENSE"
|
||||||
LicenseText "I Agree"
|
LicenseText "I Agree"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue