Skip to content

Commit

Permalink
fix: building of windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrit committed Feb 25, 2024
1 parent 33ee977 commit 93d681a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -306,8 +306,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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dev_dependencies:
flutter_app_builder:
git:
url: https://github.com/Merrit/flutter_app_builder.git
ref: abe7d671ff5e5fc692bec8908285282a88d928c0
ref: 795f1162c3ac20150a5b2a8662f1c1cd25f13acc
flutter_gen: ^5.3.1
flutter_launcher_icons: ^0.10.0
flutter_lints: ^2.0.1
Expand Down

0 comments on commit 93d681a

Please sign in to comment.