Lora-Map/Lora-Map/dpkg/create-Builds.bat

4 lines
95 B
Batchfile

mkdir ..\..\..\Builds
bash.exe -c "./make-deb.sh armhf"
bash.exe -c "./make-deb.sh amd64"
pause