File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
using System . Reflection ;
5
5
using System . Text ;
6
6
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
+
7
15
namespace Gui ;
8
16
9
17
public static class VersionHelpers
Original file line number Diff line number Diff line change 33
33
34
34
pushd " linux-x64/publish"
35
35
chmod +x " ./ObjectEditor"
36
- tar -jcvf " object-editor-$version -linux-x64.tar" .
36
+ tar -jcf " object-editor-$version -linux-x64.tar" .
37
37
mv " object-editor-$version -linux-x64.tar" ../..
38
38
popd
39
39
40
40
pushd " osx-x64/publish"
41
41
chmod +x " ./ObjectEditor"
42
- tar -jcvf " object-editor-$version -osx-x64.tar" .
42
+ tar -jcf " object-editor-$version -osx-x64.tar" .
43
43
mv " object-editor-$version -osx-x64.tar" ../..
44
44
popd
45
45
46
46
popd
47
- echo " Build and packaging complete!"
47
+ echo " Build and packaging complete!"
You can’t perform that action at this time.
0 commit comments