-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Would be best to plug in some kind of audio like headphones so that the audio device registers. Otherwise it might cause problems. I disabled the audio on startup but it will fail again when loading a new file.
- Loading branch information
Showing
6 changed files
with
844 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cd C:\Users\Rainbow\Documents\ConeDown | ||
"C:\Program Files\Java\jdk1.8.0_181\bin\java" -jar target/conedown-1.0.0-jar-with-dependencies.jar | ||
cd C:\Users\accou\Documents\GitHub\ConeDown | ||
"C:\Program Files\Eclipse Adoptium\jdk-17.0.4.8-hotspot\bin\java" -jar target/conedown-1.0.0-jar-with-dependencies.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.