Skip to content

Commit d6d42eb

Browse files
committed
chore: update inno setup script
1 parent 700abde commit d6d42eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

window_dist/inno-setup-script.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "CopyCat Clipboard"
5-
#define MyAppVersion "0.1.23+53"
5+
#define MyAppVersion "0.1.25+56"
66
#define MyAppPublisher "Entility Studio"
77
#define MyAppExeName "Clipboard.exe"
88
#define MyAppAssocName MyAppName + ""
@@ -56,7 +56,7 @@ Source: "..\build\windows\x64\runner\Release\focus_window_plugin.dll"; DestDir:
5656
Source: "..\build\windows\x64\runner\Release\isar.dll"; DestDir: "{app}"; Flags: ignoreversion
5757
Source: "..\build\windows\x64\runner\Release\isar_flutter_libs_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
5858
Source: "..\build\windows\x64\runner\Release\platform_device_id_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
59-
Source: "..\build\windows\x64\runner\Release\screen_retriever_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
59+
Source: "..\build\windows\x64\runner\Release\screen_retriever_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
6060
Source: "..\build\windows\x64\runner\Release\share_plus_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
6161
Source: "..\build\windows\x64\runner\Release\super_native_extensions.dll"; DestDir: "{app}"; Flags: ignoreversion
6262
Source: "..\build\windows\x64\runner\Release\super_native_extensions_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion

0 commit comments

Comments
 (0)