mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 05:25:54 -07:00
Update version, add a description to CLI help header
This commit is contained in:
parent
dd86bea1be
commit
d83ea65e71
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ import 'package:libac_dart/nbt/impl/CompoundTag.dart';
|
|||
import 'package:nbteditor/Consts2.dart';
|
||||
|
||||
const HEADER =
|
||||
"nbt2snbt\nCopyright Piccari Creations 2024 - Tara Piccari\nVersion: $VERSION\n\n";
|
||||
"nbt2snbt\nCopyright Piccari Creations 2024 - Tara Piccari\nVersion: $VERSION\nPurpose: Converts Named Binary Tag files to a more readable Stringified version\n\n";
|
||||
void main(List<String> args) async {
|
||||
Arguments usage = ArgumentsBuilder.builder()
|
||||
.withArgument(
|
||||
|
|
|
@ -11,7 +11,7 @@ import 'package:libac_dart/nbt/impl/CompoundTag.dart';
|
|||
import 'package:nbteditor/Consts2.dart';
|
||||
|
||||
const HEADER =
|
||||
"snbt2nbt\nCopyright Piccari Creations 2024 - Tara Piccari\nVersion: $VERSION\n\n";
|
||||
"snbt2nbt\nCopyright Piccari Creations 2024 - Tara Piccari\nVersion: $VERSION\nPurpose: Converts the more readable stringified NBT to Named Binary Tag format\n\n";
|
||||
void main(List<String> args) async {
|
||||
Arguments usage = ArgumentsBuilder.builder()
|
||||
.withArgument(
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: nbteditor
|
||||
description: A Minecraft NBT Editor written in Flutter
|
||||
publish_to: 'none'
|
||||
version: 0.072124.0628
|
||||
version: 0.072124.2231
|
||||
|
||||
|
||||
environment:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "NBT Editor"
|
||||
#define MyAppVersion "1.0.072124.2132"
|
||||
#define MyAppVersion "1.0.072124.2231"
|
||||
#define MyAppPublisher "Piccari Creations"
|
||||
#define MyAppURL "https://zontreck.com"
|
||||
#define MyAppExeName "nbteditor.exe"
|
||||
|
|
Loading…
Reference in a new issue