mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-05-14 02:00:18 +08:00
修改helper文案
修改目录结构
This commit is contained in:
@@ -64,7 +64,7 @@ echo "普通deb包已经准备好,正在生成UOS deb包"
|
||||
rm -rf pkg/
|
||||
#################################################################
|
||||
mkdir -p pkg/DEBIAN
|
||||
cp -r package-source/uos-assets/opt pkg/
|
||||
cp -r uos-package-assets/opt pkg/
|
||||
cp -r s-wine-helper/* pkg/opt
|
||||
|
||||
cat << EOF >pkg/opt/apps/store.spark-app.spark-dwine-helper/info
|
||||
@@ -120,13 +120,13 @@ echo "UOS deb包已经准备好"
|
||||
rm -rf pkg/
|
||||
########################################
|
||||
mkdir -p pkg/DEBIAN
|
||||
cp -r package-source/spark-dwine-helper-settings/* pkg/
|
||||
cp -r spark-dwine-helper-settings/* pkg/
|
||||
SIZE=`du -s ./pkg`
|
||||
SIZE=`echo ${SIZE%%.*}`
|
||||
|
||||
cat << EOF >pkg/DEBIAN/control
|
||||
Package: spark-dwine-helper-settings
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
Architecture: all
|
||||
Maintainer: shenmo <shenmo@spark-app.store>
|
||||
Installed-Size: $SIZE
|
||||
|
||||
@@ -10,7 +10,7 @@ CHOSEN_SETTINGS=`zenity --list \
|
||||
--column="操作" \
|
||||
设置全局缩放 \
|
||||
设置单独应用缩放 \
|
||||
以上操作仅对使用了spark-dwine-helper的应用生效 `
|
||||
备注:以上操作仅对使用了spark-dwine-helper的应用生效 `
|
||||
|
||||
echo "$CHOSEN_SETTINGS"
|
||||
case "$CHOSEN_SETTINGS" in
|
||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Reference in New Issue
Block a user