Skip to content

Commit

Permalink
Fixed script files on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Dias committed May 9, 2023
1 parent c339b5e commit 688627c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

sed -i -e 's/\\r$//' "$(dirname "$0")/scriptUtils.sh"
sed -i -e 's/\r$//' "$(dirname "$0")/scriptUtils.sh"
chmod +x "$(dirname "$0")/scriptUtils.sh"
source "$(dirname "$0")/scriptUtils.sh"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

sed -i -e 's/\\r$//' "$(dirname "$0")/scriptUtils.sh"
sed -i -e 's/\r$//' "$(dirname "$0")/scriptUtils.sh"
chmod +x "$(dirname "$0")/scriptUtils.sh"
source "$(dirname "$0")/scriptUtils.sh"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

sed -i -e 's/\\r$//' "$(dirname "$0")/scriptUtils.sh"
sed -i -e 's/\r$//' "$(dirname "$0")/scriptUtils.sh"
chmod +x "$(dirname "$0")/scriptUtils.sh"
source "$(dirname "$0")/scriptUtils.sh"

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

font = Font_YoYo_30;
valign = fa_middle;
text = "GooglePlay Pass License"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 688627c

Please sign in to comment.