nekoray_Mahdi-zarei/script/deploy_windows64.sh
parhelia512 4798208f40
Static linking on Windows (#385)
* Static linking on Windows

* build Qt static with actions

---------

Co-authored-by: Nova <mahdi.zrei@gmail.com>
2025-04-23 22:39:49 -07:00

21 lines
322 B
Bash
Executable File

#!/bin/bash
set -e
source script/env_deploy.sh
DEST=$DEPLOYMENT/windows64
rm -rf $DEST
mkdir -p $DEST
#### copy exe ####
cp $BUILD/nekoray.exe $DEST
cd download-artifact
cd *windows-amd64
tar xvzf artifacts.tgz -C ../../
cd ..
cd *public_res
tar xvzf artifacts.tgz -C ../../
cd ../..
mv $DEPLOYMENT/public_res/* $DEST