mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
rename to utils
This commit is contained in:
parent
8b95c10bac
commit
e89236142e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -17,7 +17,7 @@ on:
|
|||
- '!.husky/**'
|
||||
- '!.tx/**'
|
||||
- '!doc/**'
|
||||
- '!scripts/**'
|
||||
- '!utils/**'
|
||||
- '!webclient/**'
|
||||
- '.github/workflows/desktop-build.yml'
|
||||
- 'CMakeLists.txt'
|
||||
|
|
@ -33,7 +33,7 @@ on:
|
|||
- '!.husky/**'
|
||||
- '!.tx/**'
|
||||
- '!doc/**'
|
||||
- '!scripts/**'
|
||||
- '!utils/**'
|
||||
- '!webclient/**'
|
||||
- '.github/workflows/desktop-build.yml'
|
||||
- 'CMakeLists.txt'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Fix code signing for unsigned macOS app bundles (mainly used to test packages from PRs on CI).
|
||||
# Run from project root: ./scripts/macos_fix_codesign.sh [path/to/app.app ...]
|
||||
# Run from project root: ./utils/macos_fix_codesign.sh [path/to/app.app ...]
|
||||
#
|
||||
# Steps:
|
||||
# 1. Remove quarantine extended attribute
|
||||
Loading…
Add table
Add a link
Reference in a new issue