Update bundled LibAC

This commit is contained in:
zontreck 2024-08-27 16:01:16 -07:00
parent b27e5a6edb
commit 0fa9eead73
3 changed files with 3 additions and 6 deletions

3
Jenkinsfile vendored
View file

@ -27,9 +27,6 @@ pipeline {
cp app-release.apk ../../../../ cp app-release.apk ../../../../
cd ../../../../ 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"
''' '''
} }
} }

View file

@ -1,7 +1,7 @@
name: nbteditor name: nbteditor
description: A Minecraft NBT Editor written in Flutter description: A Minecraft NBT Editor written in Flutter
publish_to: 'none' publish_to: 'none'
version: 1.0731.24+0608 version: 1.0827.24+1559
environment: environment:
@ -16,7 +16,7 @@ dependencies:
flutter_treeview: ^1.0.7+1 flutter_treeview: ^1.0.7+1
libac_dart: libac_dart:
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
version: 1.2.072224+1906 version: ^1.2.082424+1243
permission_handler: ^11.3.1 permission_handler: ^11.3.1
dev_dependencies: dev_dependencies:

View file

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "NBT Editor" #define MyAppName "NBT Editor"
#define MyAppVersion "1.0731.24+0608" #define MyAppVersion "1.0827.24+1559"
#define MyAppPublisher "Piccari Creations" #define MyAppPublisher "Piccari Creations"
#define MyAppURL "https://zontreck.com" #define MyAppURL "https://zontreck.com"
#define MyAppExeName "nbteditor.exe" #define MyAppExeName "nbteditor.exe"