mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-02 16:57:47 +00:00
Add scripts folder
This commit is contained in:
parent
c4b27b8a7b
commit
ec11754e83
3 changed files with 13 additions and 0 deletions
6
scripts/build-flatpak.sh
Executable file
6
scripts/build-flatpak.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo &&
|
||||
flatpak-builder build --user --force-clean --install-deps-from=flathub .flatpak-manifest.json &&
|
||||
flatpak build-export export build &&
|
||||
flatpak build-bundle export auracite.flatpak zone.xiv.auracite --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
3
scripts/build-web.sh
Executable file
3
scripts/build-web.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
wasm-pack build --target web
|
4
scripts/copy-web-to-server.sh
Executable file
4
scripts/copy-web-to-server.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
rsync -e "ssh -p 38901 -o StrictHostKeyChecking=no" --recursive web/ ryne.moe:/srv/http/auracite.xiv.zone/ &&
|
||||
rsync -e "ssh -p 38901 -o StrictHostKeyChecking=no" --recursive pkg/ ryne.moe:/srv/http/auracite.xiv.zone/pkg/
|
Loading…
Add table
Reference in a new issue