Skip to content

Commit a4d3e1e

Browse files
author
Steve Kirkland
committed
Force remove to prevent error with no file present
[full ci]
1 parent 18cefbe commit a4d3e1e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ features/fixtures/mazerunner/Assets/Bugsnag
3232
features/fixtures/mazerunner/.vscode
3333
.DS_Store
3434
maze_output.zip
35+
maze_output/
36+
bugsnag-unity-performance.iml
37+
.idea/

features/scripts/build_windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pushd $SCRIPT_DIR
2828
popd
2929

3030
# remove post build job for iOS bitcode as namespace is not available and it doesn't seem possible to conditionally remove using preprocessor directives
31-
rm "$project_path/Assets/Editor/DisablingBitcodeiOS.cs"
32-
rm "$project_path/Assets/Editor/DisablingBitcodeiOS.cs.meta"
31+
rm -f "$project_path/Assets/Editor/DisablingBitcodeiOS.cs"
32+
rm -f "$project_path/Assets/Editor/DisablingBitcodeiOS.cs.meta"
3333

3434
UNITY_PATH="/mnt/c/Program Files/Unity/Hub/Editor/$UNITY_PERFORMANCE_VERSION/Editor/Unity.exe"
3535

0 commit comments

Comments
 (0)