From 84f3a9a933e656a2156be1c18c03fa8738a5464d Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 30 Mar 2025 16:37:53 +0900 Subject: [PATCH] Added test build script [skip ci] --- automation_tools/test-build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 automation_tools/test-build.sh diff --git a/automation_tools/test-build.sh b/automation_tools/test-build.sh new file mode 100755 index 0000000..16724ca --- /dev/null +++ b/automation_tools/test-build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +flatpak-builder --user --force-clean --install-deps-from=flathub --install-deps-from=flathub-beta --repo="./melonds-repo" "./melonds-build" net.kuribo64.melonDS.yml \ No newline at end of file