Skip to content

Commit 015239d

Browse files
committed
feat: add verbose flag to Windows build script and update version to 1.2.2+74
1 parent bdf81fe commit 015239d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flutter build windows --dart-define-from-file="local/prod.json" --obfuscate --split-debug-info=./build_symbols
1+
flutter build windows --verbose --dart-define-from-file="local/prod.json" --obfuscate --split-debug-info=./build_symbols

window_dist/inno-setup-script.iss

Lines changed: 1 addition & 1 deletion
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 "1.2.2+73"
5+
#define MyAppVersion "1.2.2+74"
66
#define MyAppPublisher "Entility Studio"
77
#define MyAppExeName "Clipboard.exe"
88
#define MyAppAssocName MyAppName + ""

0 commit comments

Comments
 (0)