Add Processing shortcut
This commit is contained in:
parent
76c88f4879
commit
6293eaf276
|
@ -38,6 +38,10 @@
|
||||||
path: C:\Program Files\Processing\lib\defaults.txt
|
path: C:\Program Files\Processing\lib\defaults.txt
|
||||||
regexp: 'update.check'
|
regexp: 'update.check'
|
||||||
line: 'update.check = false'
|
line: 'update.check = false'
|
||||||
|
- name: Create Processing shortcut
|
||||||
|
win_shortcut:
|
||||||
|
src: "%ProgramFiles%\\Processing\\processing.exe"
|
||||||
|
dest: "C:\\Users\\Public\\Desktop\\Processing.lnk"
|
||||||
- name: Remove temporary files
|
- name: Remove temporary files
|
||||||
win_file:
|
win_file:
|
||||||
path: C:\Program Files\Processing\{{ item }}
|
path: C:\Program Files\Processing\{{ item }}
|
||||||
|
|
Loading…
Reference in a new issue