Export version and copy LICENSE
This commit is contained in:
parent
0a1dc99be1
commit
f243c2bae2
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -10,6 +10,9 @@ export APPIMAGE_EXTRACT_AND_RUN=1
|
||||||
cp $BUILD_DIR/app/scrcpy AppDir/usr/bin/.
|
cp $BUILD_DIR/app/scrcpy AppDir/usr/bin/.
|
||||||
cp $ADB_DIR/adb AppDir/usr/bin/.
|
cp $ADB_DIR/adb AppDir/usr/bin/.
|
||||||
|
|
||||||
|
cp $BUILD_DIR/../LICENSE AppDir/.
|
||||||
|
echo $(git describe --tags) > AppDir/VERSION.txt
|
||||||
|
|
||||||
mkdir -p AppDir/usr/local/share/scrcpy
|
mkdir -p AppDir/usr/local/share/scrcpy
|
||||||
cp $BUILD_DIR/../scrcpy_server AppDir/usr/local/share/scrcpy/scrcpy-server
|
cp $BUILD_DIR/../scrcpy_server AppDir/usr/local/share/scrcpy/scrcpy-server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue