Skip to content

Commit

Permalink
Minor: include exclusion presets for macos package
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Nov 30, 2023
1 parent 3fdc4ec commit 1f06235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/vorta.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ a = Analysis([os.path.join(SRC_DIR, '__main__.py')],
datas=[
(os.path.join(SRC_DIR, 'assets/UI/*'), 'assets/UI'),
(os.path.join(SRC_DIR, 'assets/icons/*'), 'assets/icons'),
(os.path.join(SRC_DIR, 'assets/exclusion_presets/*'), 'assets/exclusion_presets'),
(os.path.join(SRC_DIR, 'i18n/qm/*'), 'vorta/i18n/qm'),
],
hiddenimports=[
Expand Down

0 comments on commit 1f06235

Please sign in to comment.