From 96bd73ae020ecca1f94698744c77498a89ad19f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 13:10:52 +0500 Subject: Graft build scripts and buffer code from QFengine --- package.windows.x64.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 package.windows.x64.sh (limited to 'package.windows.x64.sh') diff --git a/package.windows.x64.sh b/package.windows.x64.sh deleted file mode 100644 index d5d056c..0000000 --- a/package.windows.x64.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -${SHELL} build.windows.x64.sh || exit 1 -cpack --config build64/CPackConfig.cmake -G ZIP || exit 1 -exit 0 -- cgit