1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 07:09:18 +00:00

add force_chmod for #304

This commit is contained in:
deadc0de6
2021-03-15 07:49:09 +01:00
parent faa7846155
commit 82569b3057
8 changed files with 23 additions and 9 deletions

View File

@@ -257,6 +257,7 @@ class Options(AttrMonitor):
self.install_default_actions_post = [a for a in self.default_actions
if a.kind == Action.post]
self.install_ignore = self.instignore
self.install_force_chmod = self.force_chmod
# "compare" specifics
self.compare_focus = self.args['--file']