cutemarked, revbump, allow multiple launch (#12107)

This commit is contained in:
Schrijvers Luc
2025-04-05 10:23:18 +00:00
committed by GitHub
parent 84bf3600c3
commit 22010eeb86
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
resource app_signature "application/x-vnd.cloose-cutemarked";
resource app_flags B_SINGLE_LAUNCH;
resource app_flags B_MULTIPLE_LAUNCH;
resource app_version {
major = @MAJOR@,

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2013 Christian Loose
2012 CodeCatalyst, LLC"
LICENSE="GNU GPL v2
MIT"
REVISION="5"
REVISION="6"
SOURCE_URI="https://github.com/cloose/CuteMarkEd/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="78a41808c2f0452375810abdff76eeaaee012f8d1368a2b8772ec6b4d2ceeec8"
SOURCE_DIR="CuteMarkEd-$portVersion"