Skip to content

Commit d7d7973

Browse files
authored
Allow upload script to support different bash locations (#726)
1 parent 40b077c commit d7d7973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-dev/Scripts/upload-debug-symbols.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
targetPlatform=$1
44
targetName=$2

0 commit comments

Comments
 (0)