mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-02-02 21:27:15 +08:00
change scripts location
This commit is contained in:
parent
6b0c815597
commit
3d1aa1c8bb
2
sync.sh → assets/scripts/sync.sh
Executable file → Normal file
2
sync.sh → assets/scripts/sync.sh
Executable file → Normal file
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 请更改成你自己电脑上aliyunpan执行文件所在的目录
|
||||
#cd /path/to/aliyunpan/folder
|
||||
|
2
webdav.sh → assets/scripts/webdav.sh
Executable file → Normal file
2
webdav.sh → assets/scripts/webdav.sh
Executable file → Normal file
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 请更改成你自己电脑上aliyunpan执行文件所在的目录
|
||||
#cd /path/to/aliyunpan/folder
|
||||
|
5
build.sh
5
build.sh
@ -75,10 +75,7 @@ Pack() {
|
||||
fi
|
||||
|
||||
cp README.md "$output/$1"
|
||||
cp webdav.sh "$output/$1"
|
||||
cp webdav.bat "$output/$1"
|
||||
cp sync.sh "$output/$1"
|
||||
cp sync.bat "$output/$1"
|
||||
cp -rf assets/scripts/* "$output/$1"
|
||||
cp -rf assets/plugin "$output/$1"
|
||||
cp -rf assets/sync_drive "$output/$1"
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
cd /home/app
|
||||
chmod +x ./aliyunpan
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
cd /home/app
|
||||
chmod +x ./aliyunpan
|
||||
|
||||
|
@ -49,5 +49,7 @@ xcopy /e assets\plugin %output%\%1\plugin
|
||||
|
||||
mkdir %output%\%1\sync_drive
|
||||
xcopy /e assets\sync_drive %output%\%1\sync_drive
|
||||
|
||||
xcopy /e assets\scripts %output%\%1
|
||||
endlocal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user