mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
added appImage generation system
This commit is contained in:
parent
545bcde5ad
commit
c331f669fe
5 changed files with 452 additions and 0 deletions
6
build_scripts/AppImage/clean.sh
Executable file
6
build_scripts/AppImage/clean.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf ./out
|
||||
rm *~
|
||||
rm -rf ./retroshare
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue