stm32mems-studio added (replaces unicleogui and algobuilder)
added to VIN recipe
This commit is contained in:
parent
d985d8ff84
commit
529623497c
1 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,9 @@
|
|||
block:
|
||||
- name: Download MEMS-Studio
|
||||
#win_command: wget "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EXgZSDD5LgtMrikaKszPliwB1vXrwUxea3eYYObT3zXBaQ?e=eNJyLA" -O C:\mems-studio-2.1.2.exe
|
||||
win_command: wget "{{ installers }}\RAVINOR\2025\mems-studio-2.1.2.exe" -O C:\mems-studio-2.1.2.exe
|
||||
win_command: copy "{{ installers }}\RAVINOR\2025\mems-studio-2.1.2.exe" -O { large_prog_dir }\mems-studio-2.1.2.exe
|
||||
args:
|
||||
creates: C:\mems-studio-2.1.2.exe
|
||||
creates: {large_prog_dir}\mems-studio-2.1.2.exe
|
||||
#win_get_url:
|
||||
# follow_redirects: all
|
||||
# http_agent: Wget/1.21.3
|
||||
|
@ -19,13 +19,13 @@
|
|||
|
||||
- name: Install MEMS-Studio
|
||||
win_package:
|
||||
path: C:\mems-studio-2.1.2.exe
|
||||
path: {large_prog_dir}\mems-studio-2.1.2.exe
|
||||
# path: "{{ download.dest }}"
|
||||
arguments: /Verysilent /AllUsers
|
||||
|
||||
- name: Remove temporary files
|
||||
win_file:
|
||||
path: C:\mems-studio-2.1.2.exe
|
||||
path: {large_prog_dir}\mems-studio-2.1.2.exe
|
||||
# path: "{{ download.dest }}"
|
||||
state: absent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue