Skip to content

Commit 83223f0

Browse files
committed
add README to releases
1 parent eacc438 commit 83223f0

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ gradle-app.setting
2323
# Ignore Gradle build output directory
2424
build
2525

26-
archive.zip
26+
archive.zip
27+
28+
temp

app/src/main/java/io/github/project516/NumberGuessingGame/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void main(String[] args) {
4141

4242
} catch (Exception e) {
4343

44-
System.out.println("\n\n=====Program Crashed!=====");
44+
System.out.println("\n\n=====Program Crashed!=====\n\n");
4545

4646
e.printStackTrace();
4747

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ mkdir temp
88
cp -r app/build/libs/app.jar temp/app.jar
99
cp -r scripts/run.bat temp/run.bat
1010
cp -r scripts/run.sh temp/run.sh
11+
cp -r README.md temp/README.txt
1112
zip -r archive.zip temp/
1213
rm -rf temp

0 commit comments

Comments
 (0)