Skip to content

Commit

Permalink
Change path to launcher script
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda6uiui committed Nov 15, 2023
1 parent a9617ed commit b33d3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miffie.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off

.\Data\Java\app\bin\appw.bat %*
.\Data\Java\app\bin\app.bat %*
2 changes: 1 addition & 1 deletion miffie.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

./Data/Java/app/bin/appw $@
./Data/Java/app/bin/app $@

0 comments on commit b33d3a7

Please sign in to comment.