We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6af63d commit d1cbf7fCopy full SHA for d1cbf7f
1 file changed
package-deb.sh
@@ -17,7 +17,7 @@ rm -f numberguessinggame.deb
17
# Build the application using Gradle
18
echo "Building application..."
19
20
-gradle build
+./gradlew build
21
22
# Copy the compiled JAR file to the package directory
23
echo "Copying files to package directory..."
0 commit comments