Fix / extend README
This commit is contained in:
parent
0d1e32c626
commit
93b01e5d53
11 changed files with 267 additions and 32 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- name: Set SiFive Studio install location
|
||||
set_fact:
|
||||
download_filedest: C:\FreedomStudio-4.18.0.2021-04-1-x86_64-w64-mingw32.zip
|
||||
download_filedest: "{{ large_prog_dir }}\\FreedomStudio-4.18.0.2021-04-1-x86_64-w64-mingw32.zip"
|
||||
- name: Download SiFive
|
||||
win_command: wget "https://unilj-my.sharepoint.com/:u:/g/personal/bulic_fri1_uni-lj_si/EdiSnJpoClJLtc3AtcAtEQ4BI76_PeDvL-ZmhxG4OEyvig?e=xBRYcb&download=1" -O "{{ download_filedest }}"
|
||||
args:
|
||||
|
@ -14,12 +14,12 @@
|
|||
- name: Unzip SiFive Studio
|
||||
win_unzip:
|
||||
src: "{{ download_filedest }}"
|
||||
dest: C:\SiFive\
|
||||
creates: C:\SiFive\plugins
|
||||
dest: "{{ large_prog_dir }}\\SiFive\\"
|
||||
creates: "{{ large_prog_dir }}\\SiFive\\plugins"
|
||||
delete_archive: yes
|
||||
|
||||
- name: Create desktop shortcut
|
||||
win_shortcut:
|
||||
description: "SiFive Freedom Studio"
|
||||
src: C:\SiFive\FreedomStudio.exe
|
||||
src: "{{ large_prog_dir }}\\SiFive\\FreedomStudio.exe"
|
||||
dest: '%public%\Desktop\SiFive.lnk'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue