Neues Appicon und Release-Script

This commit is contained in:
Arnold Ude PC2024 2025-11-24 19:05:53 +01:00
parent 5153f228e1
commit 0aef6b75aa
3 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.9.3
version: 0.9.4+0.9.3
environment:
sdk: ^3.10.1

View File

@ -22,7 +22,6 @@ minor=$(echo $before_plus | cut -d. -f2)
patch=$(echo $before_plus | cut -d. -f3)
patch=$((patch + 1))
build=$((build + 1))
new="${major}.${minor}.${patch}+${build}"

Binary file not shown.