File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44using System . Reflection ;
55using System . Text ;
66
7+ #if ! DEBUG
8+ using Common ;
9+ using System . Net . Http ;
10+ using System . Net . Http . Headers ;
11+ using System . Text . Json ;
12+ using System ;
13+ #endif
14+
715namespace Gui ;
816
917public static class VersionHelpers
Original file line number Diff line number Diff line change 3333
3434pushd " linux-x64/publish"
3535chmod +x " ./ObjectEditor"
36- tar -jcvf " object-editor-$version -linux-x64.tar" .
36+ tar -jcf " object-editor-$version -linux-x64.tar" .
3737mv " object-editor-$version -linux-x64.tar" ../..
3838popd
3939
4040pushd " osx-x64/publish"
4141chmod +x " ./ObjectEditor"
42- tar -jcvf " object-editor-$version -osx-x64.tar" .
42+ tar -jcf " object-editor-$version -osx-x64.tar" .
4343mv " object-editor-$version -osx-x64.tar" ../..
4444popd
4545
4646popd
47- echo " Build and packaging complete!"
47+ echo " Build and packaging complete!"
You can’t perform that action at this time.
0 commit comments