aboutsummaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-06-26 13:44:18 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-06-26 13:44:18 +0200
commit4ff84568723b1663b9e20f95535d3213f8d3e92e (patch)
treebfe965c0a184fdb706e0a3090af24fc9580419d3 /run.bat
parent01796fd4f6160d57bbad26d66d5c1f6c1b6c83ad (diff)
Modified compile.bat and run.bat to use maven.
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.bat b/run.bat
index c43dd82..4e901e9 100644
--- a/run.bat
+++ b/run.bat
@@ -1 +1 @@
-java -classpath bin musichub.main.Main \ No newline at end of file
+java -jar target/spoteezer-0.1.0.jar \ No newline at end of file