From b33d3a73a670ae8397fd57f48cb5307453e84bcf Mon Sep 17 00:00:00 2001 From: maeda6uiui <63230315+maeda6uiui@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:34:07 +0900 Subject: [PATCH] Change path to launcher script --- miffie.bat | 2 +- miffie.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/miffie.bat b/miffie.bat index df61dfe..1d9c8c7 100644 --- a/miffie.bat +++ b/miffie.bat @@ -1,3 +1,3 @@ @echo off -.\Data\Java\app\bin\appw.bat %* +.\Data\Java\app\bin\app.bat %* diff --git a/miffie.sh b/miffie.sh index e1a155b..ca9ba90 100644 --- a/miffie.sh +++ b/miffie.sh @@ -1,3 +1,3 @@ #!/bin/bash -./Data/Java/app/bin/appw $@ +./Data/Java/app/bin/app $@