Skip to content

Commit

Permalink
windows setup start
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed May 30, 2024
1 parent cb677f9 commit c1e142c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ jobs:
path: build/qtedit4-qt671-x86_64.AppImage


# - name: Create MSI installer (Windows)
# if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
# uses: Minionguyjpro/[email protected]
# with:
# path: "setup_script.iss"
- name: Create MSI installer (Windows)
if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
uses: Minionguyjpro/[email protected]
with:
path: "setup_script.iss"

# - name: Upload MSI
# if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
Expand Down
2 changes: 1 addition & 1 deletion setup_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Compression=lzma
SolidCompression=yes

[Files]
Source: "build\dist\bin\qtedit.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "build\dist\windows-msvc\bin\qtedit.exe"; DestDir: "{app}"; Flags: ignoreversion
;Source: "build\dist\share\YourAppName\styles\*"; DestDir: "{app}\styles"; Flags: recursesubdirs

[Icons]
Expand Down

0 comments on commit c1e142c

Please sign in to comment.