forked from rc/classroom
Create PulseView shortcut
This commit is contained in:
parent
ca58fd58a1
commit
4c69926932
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
path: "{{ download.dest }}"
|
path: "{{ download.dest }}"
|
||||||
arguments: /S /Verysilent /AllUsers
|
arguments: /S /Verysilent /AllUsers
|
||||||
|
|
||||||
|
- name: Create PulseView
|
||||||
|
win_shortcut:
|
||||||
|
src: "C:\\Program Files (x86)\\sigrok\\PulseView\\pulseview.exe"
|
||||||
|
dest: "C:\\Users\\Public\\Desktop\\PulseView.lnk"
|
||||||
#- name: Remove temporary files
|
#- name: Remove temporary files
|
||||||
# win_file:
|
# win_file:
|
||||||
# path: "{{ download.dest }}"
|
# path: "{{ download.dest }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue