Na Linux dodan VisUAL2

This commit is contained in:
polz 2023-09-11 11:56:36 +02:00
parent 4d61769ebe
commit 14d41ad6e4
2 changed files with 14 additions and 0 deletions

View file

@ -4,3 +4,4 @@
- include_tasks: stm32cube.yml - include_tasks: stm32cube.yml
- include_tasks: winidea.yml - include_tasks: winidea.yml
- include_tasks: visual2.yml

View file

@ -0,0 +1,13 @@
# TODO install PowerDesigner
- name: Install VisUAL2
debug:
msg: "Install Visual2"
- name: Create dest dir
file:
path: /opt/VisUAL2
state: directory
- name: Install AppImage
get_url:
url: https://github.com/scc416/Visual2/releases/download/1.7.0/VisUAL2.1.7.0.AppImage
dest: /opt/VisUAL2/VisUAL2.1.7.0.AppImage
mode: 'u=rwx,g=rx,o=rx'