Skip to content

Commit

Permalink
Fixed Windows installer generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Jan 6, 2025
1 parent 7326b1c commit d9bd045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windowsApplicationInstallerSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Source: "example\build\windows\x64\runner\Release\flutter_windows.dll"; DestDir:
Source: "example\build\windows\x64\runner\Release\objectbox_flutter_libs_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "example\build\windows\x64\runner\Release\objectbox.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "example\build\windows\x64\runner\Release\share_plus_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "example\build\windows\x64\runner\Release\url_launcher_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "example\build\windows\x64\runner\Release\data\*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs createallsubdirs

[Registry]
Expand Down

0 comments on commit d9bd045

Please sign in to comment.