Skip to content
Snippets Groups Projects
Commit ba97db3d authored by Stephane Mankowski's avatar Stephane Mankowski
Browse files

Init Skrooge 2.24.0

parent d0ace9bd
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,8 @@ SET_PACKAGE_PROPERTIES(Sqlcipher PROPERTIES DESCRIPTION "Support for encryption"
SET(GRANTLEE_VERSION ${Grantlee5_VERSION_MAJOR}.${Grantlee5_VERSION_MINOR}.${Grantlee5_VERSION_PATCH})
MESSAGE( STATUS " GRANTLEE VERSION : " ${GRANTLEE_VERSION})
SET(SKG_VERSION "2.23.0")
SET(SKG_BETA "")
SET(SKG_VERSION "2.24.0")
SET(SKG_BETA "BETA")
SET(SOVERSION 2)
IF (CMAKE_BUILD_TYPE)
......
images/splash.png

295 KiB | W: | H:

images/splash.png

244 KiB | W: | H:

images/splash.png
images/splash.png
images/splash.png
images/splash.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
......@@ -40,7 +40,7 @@ tempDir='/data'
class Releasor(object):
def __init__(self, args):
self.ubuntuVersions=['bionic', 'disco', 'eoan', 'focal']
self.ubuntuVersions=['bionic', 'eoan', 'focal']
self.workdingDir=os.path.join(tempDir, 'skrooge-release_' + args.version)
print("# Working directory :" + self.workdingDir)
if args.version.endswith(".0") or args.stable:
......@@ -293,7 +293,7 @@ class Releasor(object):
print('# Get appimage.yml from local path')
cmd = ['cp', os.path.join(localPath, 'appimage.yml'), '.']
else:
cmd = ['wget', '-c', '-nv', 'https://cgit.kde.org/skrooge.git/plain/appimage.yml']
cmd = ['wget', '-c', '-nv', 'https://invent.kde.org/office/skrooge/-/raw/master/appimage.yml']
self.logfile.write('### '+' '.join(cmd)+'\n')
rc = subprocess.call(cmd, stdout=self.logfile, stderr=self.logfile)
if rc == 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment