From ca2b6df08f320cfbb99d1496fdff48972be7240a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 21 Dec 2024 12:22:13 -0500 Subject: [PATCH] Moved launcher files that require installation to a .game extension when installed, simlink it to a .sh when installed. This allows us to update launchers without causing conflicts with git pull. --- .launch/{FreeDoom.sh => FreeDoom.game} | 0 .launch/{SlayTheSpire.sh => SlayTheSpire.game} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .launch/{FreeDoom.sh => FreeDoom.game} (100%) rename .launch/{SlayTheSpire.sh => SlayTheSpire.game} (100%) diff --git a/.launch/FreeDoom.sh b/.launch/FreeDoom.game similarity index 100% rename from .launch/FreeDoom.sh rename to .launch/FreeDoom.game diff --git a/.launch/SlayTheSpire.sh b/.launch/SlayTheSpire.game similarity index 100% rename from .launch/SlayTheSpire.sh rename to .launch/SlayTheSpire.game