Browse Source

macos: Disable nativefier

master
Maxim Likhachev 5 years ago
parent
commit
b8bae3579b
  1. 6
      roles/macos/tasks/main.yml

6
roles/macos/tasks/main.yml

@ -48,9 +48,9 @@ @@ -48,9 +48,9 @@
with_items:
- "{{ apps_dmg }}"
- include: nativefier.yml app_name="{{ item.name }}" app_www="{{ item.www }}"
with_items:
- "{{ apps_nativefier }}"
# - include: nativefier.yml app_name="{{ item.name }}" app_www="{{ item.www }}"
# with_items:
# - "{{ apps_nativefier }}"
- include: install-bin.yml app_name="{{ item.name }}" app_url="{{ item.url }}" installation_directory={{ default_bin_directory }}
with_items:

Loading…
Cancel
Save