Skip to content

Commit e9222cf

Browse files
committed
update installer name to openparsec-installer.exe
1 parent 9cee18a commit e9222cf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
uses: joncloud/makensis-action@v3.3
2929
with:
3030
script-file: platforms\vs\openparsec.nsi
31+
arguments: "/V3"
3132

3233
- name: Artifact
3334
uses: actions/upload-artifact@v1
3435
with:
3536
name: openparsec-installer.exe
36-
path: installer
37+
path: openparsec-installer.exe

platforms/vs/openparsec.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name "Open Parsec 0.3"
33

44
; The file to write
5-
OutFile "openparsec-0.3.exe"
5+
OutFile "openparsec-installer.exe"
66

77
; Request application privileges for Windows Vista
88
RequestExecutionLevel admin

0 commit comments

Comments
 (0)