Skip to content

Commit 53284c8

Browse files
committed
modify the Makefile for ubuntu, changed access to the file Gradlew to 755
1 parent 9e8f3fa commit 53284c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setup:
22
chmod +x ./gradlew
3-
gradlew clean install
3+
./gradlew clean install
44
run-dist:
5-
build\install\app\bin\app
5+
./build/install/app/bin/app

app/gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)