From e86b7e92fef4193e50828f0414bb5ea529276602 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sat, 21 Feb 2026 01:23:58 +0100 Subject: [PATCH] Add build & build-release IntelliJ build run configurations Signed-off-by: Username404-59 --- .idea/runConfigurations/SnowyGUI__build_.xml | 27 +++++++++++++++++++ .../SnowyGUI__build_release_.xml | 27 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .idea/runConfigurations/SnowyGUI__build_.xml create mode 100644 .idea/runConfigurations/SnowyGUI__build_release_.xml diff --git a/.idea/runConfigurations/SnowyGUI__build_.xml b/.idea/runConfigurations/SnowyGUI__build_.xml new file mode 100644 index 0000000..db4919b --- /dev/null +++ b/.idea/runConfigurations/SnowyGUI__build_.xml @@ -0,0 +1,27 @@ + + + + + + + true + true + false + false + false + false + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/SnowyGUI__build_release_.xml b/.idea/runConfigurations/SnowyGUI__build_release_.xml new file mode 100644 index 0000000..5c0c0b2 --- /dev/null +++ b/.idea/runConfigurations/SnowyGUI__build_release_.xml @@ -0,0 +1,27 @@ + + + + + + + true + true + false + false + false + false + false + + + \ No newline at end of file