Skip to content

Commit

Permalink
use bash instead of batch for before_build hook script
Browse files Browse the repository at this point in the history
can be switched back manually if the builder is on windows
  • Loading branch information
cryptochangements34 authored Aug 11, 2019
1 parent f29c292 commit 8700f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<hook src="scripts/beforeBuild.bat" type="before_build" />
<hook src="scripts/beforeBuild.sh" type="before_build" />
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
Expand Down

0 comments on commit 8700f5e

Please sign in to comment.