Skip to content

Commit

Permalink
Windows Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YahyaAAAAAAA committed Sep 8, 2024
1 parent 00247b8 commit a331042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 "1.0"
#define MyAppVersion "1.1"
#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_1.0
OutputBaseFilename=draw_over_it_1.1
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 Down
Binary file added installers/draw_over_it_1.1.exe
Binary file not shown.

0 comments on commit a331042

Please sign in to comment.