mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-11 11:49:58 +02:00
Update windows CI/CD pipeline
Some checks failed
Windows Build / build-windows (push) Has been cancelled
Some checks failed
Windows Build / build-windows (push) Has been cancelled
This commit is contained in:
11
build-aux/windows/nsis_base/Lancer QET.bat
Normal file
11
build-aux/windows/nsis_base/Lancer QET.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
rem Se rend dans le dossier qui convient
|
||||
set current_dir=%~dp0
|
||||
cd /d %current_dir%
|
||||
|
||||
rem lance QElectroTech
|
||||
rem Sans option --config-dir, la configuration de QElectroTech ainsi que la
|
||||
rem collection d'elements perso seront dans "%APPDATA%\qet"
|
||||
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ %*
|
||||
@start %command%
|
||||
Reference in New Issue
Block a user