mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 11:02:04 +08:00
初步添加统信的wine打包脚本
This commit is contained in:
33
package-script/specified/temp/bottle/update.policy
Executable file
33
package-script/specified/temp/bottle/update.policy
Executable file
@@ -0,0 +1,33 @@
|
||||
[File]
|
||||
;;=============================================================
|
||||
;; Registry - Mask this file is a registry file.
|
||||
;; Keep - Default. Use template file.
|
||||
;; Override - Use file in current prefix.
|
||||
;; Replace - If it's different type in current prefix and
|
||||
;; in template, use template one to replace it.
|
||||
;; Ingore - Ingore file when copy.
|
||||
|
||||
;; Ingore update.policy itself.
|
||||
"^update.policy$" = "Ingore"
|
||||
"^.update-timestamp$" = "Ingore"
|
||||
|
||||
;; System registry files.
|
||||
"^(system|userdef|user).reg$" = "Registry"
|
||||
|
||||
;; Addtional assist files.
|
||||
"^drive_c/Deepin" = "Keep"
|
||||
|
||||
;; Microsoft Office files.
|
||||
"^drive_c/Windows/(?:control\.ini|hh\.dat|mapiuid\.ini|Reg Save Log\.txt)$" = "Override"
|
||||
|
||||
|
||||
|
||||
[Registry]
|
||||
;;=============================================================
|
||||
;; Keep - Use template key section
|
||||
;; Override - Use user current key section
|
||||
;; Merge - Default. Merge two section, user current values
|
||||
override template
|
||||
|
||||
"^Software\\Wine\\DllOverrides$" = "Keep"
|
||||
"^Software\\Wine\\Fonts\\Replacements$" = "Keep"
|
||||
Reference in New Issue
Block a user