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.x32.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 package.windows.x32.sh (limited to 'package.windows.x32.sh') diff --git a/package.windows.x32.sh b/package.windows.x32.sh deleted file mode 100644 index b217c6d..0000000 --- a/package.windows.x32.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -${SHELL} build.windows.x32.sh || exit 1 -cpack --config build32/CPackConfig.cmake -G ZIP || exit 1 -exit 0 -- cgit