mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
踩坑
This commit is contained in:
@@ -4,10 +4,12 @@ rm -rf $HOME/.deepinwine/$BOTTLENAME
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#########这是个例子,对于那些需要删除容器再更新的软件用的,不是每个都需要
|
||||||
|
|
||||||
function CallPreUpdate(){
|
function CallPreUpdate(){
|
||||||
echo "$HOME/.deepinwine/$BOTTLENAME is going to be deleted before Update"
|
echo "$HOME/.deepinwine/$BOTTLENAME is going to be deleted before Update"
|
||||||
|
|
||||||
Remove_Bottle_Before_Update
|
Remove_Bottle_Before_Update
|
||||||
|
DeployApp
|
||||||
|
########这里是非常非常坑,虽然名字是pre_update但是实际上会直接替换掉整个update过程,所以deploy也需要加上
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user