Skip to content

Commit

Permalink
fix: building of windows installers
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrit committed Feb 25, 2024
1 parent c57e381 commit f8cce95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packaging/windows/inno_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "build\windows\runner\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "build\windows\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "build\windows\x64\runner\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ packages:
dependency: "direct dev"
description:
path: "."
ref: abe7d671ff5e5fc692bec8908285282a88d928c0
resolved-ref: abe7d671ff5e5fc692bec8908285282a88d928c0
ref: "795f1162c3ac20150a5b2a8662f1c1cd25f13acc"
resolved-ref: "795f1162c3ac20150a5b2a8662f1c1cd25f13acc"
url: "https://github.com/Merrit/flutter_app_builder.git"
source: git
version: "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dev_dependencies:
flutter_app_builder:
git:
url: https://github.com/Merrit/flutter_app_builder.git
ref: abe7d671ff5e5fc692bec8908285282a88d928c0
ref: 795f1162c3ac20150a5b2a8662f1c1cd25f13acc
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
Expand All @@ -66,7 +66,7 @@ dev_dependencies:
sdk: flutter
json_serializable: ^6.7.1
mockito: ^5.4.2
msix: ^3.6.2
msix: ^3.16.7
test: ^1.22.0

flutter:
Expand Down

0 comments on commit f8cce95

Please sign in to comment.