From 0fa9eead7392af71bf133a5f4495572883edb603 Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 27 Aug 2024 16:01:16 -0700 Subject: [PATCH] Update bundled LibAC --- Jenkinsfile | 3 --- pubspec.yaml | 4 ++-- wininst.iss | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e6ac57c..28d76ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,9 +27,6 @@ pipeline { cp app-release.apk ../../../../ cd ../../../../ - appimage-builder --recipe AppImageBuilder.yml - - appimagetool AppDir/*.desktop -u "zsync|https://ci.zontreck.com/job/Projects/job/Dart/job/NBTEditor/job/main/lastSuccessfulBuild/artifact/NBT%20Editor-latest-x86_64.AppImage.zsync" ''' } } diff --git a/pubspec.yaml b/pubspec.yaml index 9d0e666..366eb70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nbteditor description: A Minecraft NBT Editor written in Flutter publish_to: 'none' -version: 1.0731.24+0608 +version: 1.0827.24+1559 environment: @@ -16,7 +16,7 @@ dependencies: flutter_treeview: ^1.0.7+1 libac_dart: hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ - version: 1.2.072224+1906 + version: ^1.2.082424+1243 permission_handler: ^11.3.1 dev_dependencies: diff --git a/wininst.iss b/wininst.iss index 4f725b4..248e6aa 100644 --- a/wininst.iss +++ b/wininst.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "NBT Editor" -#define MyAppVersion "1.0731.24+0608" +#define MyAppVersion "1.0827.24+1559" #define MyAppPublisher "Piccari Creations" #define MyAppURL "https://zontreck.com" #define MyAppExeName "nbteditor.exe"