added compression to crow
This commit is contained in:
@@ -32,7 +32,7 @@ npm run build
|
||||
1. tar the source files to make it cleaner
|
||||
|
||||
```
|
||||
tar czf shadowrun-server-0.1.2.tar.gz source/ modules/ assets/ frontend/build/ shadowrun-server.service CMakeLists.txt shadowrun-server.install
|
||||
tar czf shadowrun-server-0.1.3.tar.gz source/ modules/ assets/ frontend/build/ shadowrun-server.service CMakeLists.txt shadowrun-server.install
|
||||
```
|
||||
|
||||
2. create the package
|
||||
@@ -43,7 +43,7 @@ makepkg -f
|
||||
|
||||
3. place the package in archrepo on server
|
||||
```
|
||||
scp shadowrun-server-0.1.2-1-x86_64.pkg.tar.zst lukas@192.168.1.101:/home/lukas/Drive/archrepo/x86_64/
|
||||
scp shadowrun-server-0.1.3-1-x86_64.pkg.tar.zst lukas@192.168.1.101:/home/lukas/Drive/archrepo/x86_64/
|
||||
```
|
||||
|
||||
4.
|
||||
|
||||
Reference in New Issue
Block a user