Skip to content

Commit

Permalink
chore: update inno setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
raj457036 committed Oct 25, 2024
1 parent 700abde commit d6d42eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions window_dist/inno-setup-script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "CopyCat Clipboard"
#define MyAppVersion "0.1.23+53"
#define MyAppVersion "0.1.25+56"
#define MyAppPublisher "Entility Studio"
#define MyAppExeName "Clipboard.exe"
#define MyAppAssocName MyAppName + ""
Expand Down Expand Up @@ -56,7 +56,7 @@ Source: "..\build\windows\x64\runner\Release\focus_window_plugin.dll"; DestDir:
Source: "..\build\windows\x64\runner\Release\isar.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\isar_flutter_libs_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\platform_device_id_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\screen_retriever_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\screen_retriever_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\share_plus_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\super_native_extensions.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\build\windows\x64\runner\Release\super_native_extensions_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit d6d42eb

Please sign in to comment.