Skip to content

Commit

Permalink
Change directory before running launcher script
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda6uiui committed Nov 16, 2023
1 parent efd5ee6 commit 0ac21a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions miffie.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@echo off

cd /d %~dp0
.\Data\Java\app\bin\app.bat %*
1 change: 1 addition & 0 deletions miffie.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

cd `dirname $0`
./Data/Java/app/bin/app $@

0 comments on commit 0ac21a1

Please sign in to comment.