pucoti/scripts/preproc-win.sh
2025-06-19 13:00:48 +02:00

15 lines
330 B
Bash
Executable file

#!/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