Skip to content

Commit

Permalink
take 37
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Jul 18, 2024
1 parent 42377b9 commit a834a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: Minionguyjpro/[email protected]
with:
path: "setup_script.iss"
options: /O+
options: /O+ /Qp
- name: Upload setup
if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions setup_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ OutputBaseFilename=qtedit4-win64
Compression=lzma
SolidCompression=yes
ArchitecturesInstallIn64BitMode=x64
ShowComponentSizes=yes

[Files]
Source: "dist\windows-msvc\usr\bin\qtedit4.exe"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit a834a87

Please sign in to comment.