PKGBUILD changed to download a version specific archive from ST

This commit is contained in:
laserK 2018-06-08 15:33:19 +02:00
parent 321f557605
commit 5643313998
3 changed files with 16 additions and 46 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec /opt/stm32cubemx/STM32CubeMX "$@"
exec java -jar /opt/stm32cubemx/STM32CubeMX.exe "$@"