Skip to content

Commit eafffcc

Browse files
committed
feat: Re-implement Inno Setup for Windows exe installer
1 parent 7ead81c commit eafffcc

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
with:
8282
name: build-artifacts-${{ matrix.os }}-${{ matrix.goarch }}
8383
path: |
84-
stackmatch-cli.exe
8584
Output/stackmatch-cli-setup.exe
8685
8786
release:

install.iss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ WizardStyle=modern
1010
OutputBaseFilename=stackmatch-cli-setup
1111
Compression=lzma2
1212
SolidCompression=yes
13-
PrivilegesRequired=admin
1413

1514
[Languages]
1615
Name: "english"; MessagesFile: "compiler:Default.isl"

0 commit comments

Comments
 (0)