Skip to content

Commit

Permalink
[GHA WIN] Fix msi needs
Browse files Browse the repository at this point in the history
+ Add mendatory LICENSE file
+ Unzip ressources
+ Fix input directory
ci release
  • Loading branch information
RoiArthurB committed Apr 25, 2022
1 parent c839507 commit e7054f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/github-travis.yml
Expand Up @@ -114,6 +114,7 @@ jobs:
./Gama1.7-win32*zip
./icon256.ico
./windows_installer_script.iss
./LICENSE
- uses: actions/upload-artifact@v2
if: env.CONTINUE == 'true'
Expand Down Expand Up @@ -273,6 +274,8 @@ jobs:
- name: Prepare vm
run: |
mkdir gama_output
mkdir gama_input
7z x ${{ matrix.zipName }} -ogama_input
- name: Create installer
run: iscc.exe windows_installer_script.iss
Expand Down
Expand Up @@ -4,7 +4,7 @@

; To replace at deployment time
#define AppExeName "Gama.exe"
#define AppDirPath ".\Gama1.7-win32.win32.x86_64.zip"
#define AppDirPath ".\gama_input"
#define MsiOutputFilename "Gama_installer_x86_64"
#define LicensePath ".\LICENSE"
#define SetupIconPath ".\icon256.ico"
Expand Down

0 comments on commit e7054f7

Please sign in to comment.