Skip to content

Commit 0364463

Browse files
committed
update LICENCE year
1 parent 0745e42 commit 0364463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Project516
3+
Copyright (c) 2025 - 2026 Project516
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cd ..
3131
# Create package directory structure
3232
echo "Creating package structure..."
3333
mkdir -p ${PACKAGE_NAME}
34-
cp app/build/libs/app-all.jar ${PACKAGE_NAME}/game.jar
34+
cp app/build/libs/app-all.jar ${PACKAGE_NAME}/app.jar
3535
cp README.md ${PACKAGE_NAME}/README.txt
3636
cp LICENSE ${PACKAGE_NAME}/LICENSE
3737

0 commit comments

Comments
 (0)