add build scripts
This commit is contained in:
parent
c3ee96429c
commit
1d2190d68e
26 changed files with 1327 additions and 6 deletions
15
scripts/preproc-win.sh
Executable file
15
scripts/preproc-win.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# preproc-win.sh 1.0.0
|
||||
#
|
||||
# Windows build script pre-processor.
|
||||
#
|
||||
# This is called from build-win.sh before the app-bundle has been built.
|
||||
# Use this e.g. to preoare platform specific resources.
|
||||
#
|
||||
# (c)2024 Harald Schneider - marketmix.com
|
||||
|
||||
if [ $APP_ARCH = "x64" ]; then
|
||||
:
|
||||
# Handle Intel releases here
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue