We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0745e42 commit 0364463Copy full SHA for 0364463
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2025 Project516
+Copyright (c) 2025 - 2026 Project516
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
package-win.sh
@@ -31,7 +31,7 @@ cd ..
31
# Create package directory structure
32
echo "Creating package structure..."
33
mkdir -p ${PACKAGE_NAME}
34
-cp app/build/libs/app-all.jar ${PACKAGE_NAME}/game.jar
+cp app/build/libs/app-all.jar ${PACKAGE_NAME}/app.jar
35
cp README.md ${PACKAGE_NAME}/README.txt
36
cp LICENSE ${PACKAGE_NAME}/LICENSE
37
0 commit comments