Skip to content

Commit

Permalink
Make originFolder absolute. Fix applying Launcher patch
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Mar 20, 2022
1 parent 80dbd9c commit 889b630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

Expand Down

0 comments on commit 889b630

Please sign in to comment.