Changed routes innosetup file

This commit is contained in:
Juan Gilsanz Polo 2023-05-27 22:28:37 +02:00
parent fb8022a799
commit 38726f8854
2 changed files with 11 additions and 13 deletions

View file

@ -156,8 +156,6 @@ jobs:
- run: flutter clean
- run: flutter pub get
- run: flutter build windows --release
- name: ls
run: ls windows
- name: Build installer witn innosetup
run: iscc /Q windows/innosetup_installer_builder.iss
- name: Move installer file to root directory