We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf81fe commit 015239dCopy full SHA for 015239d
scripts/build_windows.sh
@@ -1 +1 @@
1
-flutter build windows --dart-define-from-file="local/prod.json" --obfuscate --split-debug-info=./build_symbols
+flutter build windows --verbose --dart-define-from-file="local/prod.json" --obfuscate --split-debug-info=./build_symbols
window_dist/inno-setup-script.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "CopyCat Clipboard"
5
-#define MyAppVersion "1.2.2+73"
+#define MyAppVersion "1.2.2+74"
6
#define MyAppPublisher "Entility Studio"
7
#define MyAppExeName "Clipboard.exe"
8
#define MyAppAssocName MyAppName + ""
0 commit comments