mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-31 15:49:58 +02:00
build: Rename the packaging directory
The Linux and Windows packaging recipes don't have any restrictions on where they have to be located. Snapcraft is the strictest on this. Moving this to build-aux/ means we can have all the packaging recipes in one place.
This commit is contained in:
committed by
Laurent Trinques
parent
3f38f4b16c
commit
d26b189d3d
11
build-aux/windows/Lancer QET.bat
Normal file
11
build-aux/windows/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 --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ -style windowsvista %*
|
||||
@start %command%
|
||||
Reference in New Issue
Block a user