Skip to content

Commit

Permalink
3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
YahyaAAAAAAA committed Dec 14, 2024
1 parent e5507de commit 0db40f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installers/desktop_inno_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 "Draw Over It"
#define MyAppVersion "2.0"
#define MyAppVersion "3.0"
#define MyAppPublisher "Yahya Amarneh"
#define MyAppURL "https://github.com/YahyaAAAAAAA/DrawOverIt"
#define MyAppExeName "DrawOverIt.exe"
Expand Down Expand Up @@ -31,7 +31,7 @@ DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputDir=D:\Flutterrrr\FlutterProjects\draw_over_it\installers
OutputBaseFilename=draw_over_it_2.0
OutputBaseFilename=draw_over_it_3.0
SetupIconFile=D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\data\flutter_assets\assets\images\exe_icon.ico
Compression=lzma
SolidCompression=yes
Expand All @@ -48,7 +48,7 @@ Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Rel
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\flutter_acrylic_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\flutter_windows.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\hotkey_manager_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\screen_retriever_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\screen_retriever_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\tray_manager_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\url_launcher_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Flutterrrr\FlutterProjects\draw_over_it\build\windows\x64\runner\Release\window_manager_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
Binary file added installers/draw_over_it_3.0.exe
Binary file not shown.

0 comments on commit 0db40f6

Please sign in to comment.