From 3bf42c6ff3805a0d42bbc661794a95ff31bedc26 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sat, 15 Mar 2025 16:22:09 +0500 Subject: Add whatever I was working on for the last month --- package.windows.x64.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package.windows.x64.sh (limited to 'package.windows.x64.sh') diff --git a/package.windows.x64.sh b/package.windows.x64.sh new file mode 100644 index 0000000..d5d056c --- /dev/null +++ b/package.windows.x64.sh @@ -0,0 +1,4 @@ +#!/bin/sh +${SHELL} build.windows.x64.sh || exit 1 +cpack --config build64/CPackConfig.cmake -G ZIP || exit 1 +exit 0 -- cgit