Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 889b630

Browse files
committed
Make originFolder absolute. Fix applying Launcher patch
1 parent 80dbd9c commit 889b630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
rom_fp="$(date +%y%m%d)"
4-
originFolder="$(dirname "$0")"
4+
originFolder="$(dirname "$(readlink -f -- "$0")")"
55
mkdir -p release/$rom_fp/
66
set -e
77

0 commit comments

Comments
 (0)