rename to utils

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 17:29:39 -03:00
parent 8b95c10bac
commit e89236142e
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ on:
- '!.husky/**' - '!.husky/**'
- '!.tx/**' - '!.tx/**'
- '!doc/**' - '!doc/**'
- '!scripts/**' - '!utils/**'
- '!webclient/**' - '!webclient/**'
- '.github/workflows/desktop-build.yml' - '.github/workflows/desktop-build.yml'
- 'CMakeLists.txt' - 'CMakeLists.txt'
@ -33,7 +33,7 @@ on:
- '!.husky/**' - '!.husky/**'
- '!.tx/**' - '!.tx/**'
- '!doc/**' - '!doc/**'
- '!scripts/**' - '!utils/**'
- '!webclient/**' - '!webclient/**'
- '.github/workflows/desktop-build.yml' - '.github/workflows/desktop-build.yml'
- 'CMakeLists.txt' - 'CMakeLists.txt'

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Fix code signing for unsigned macOS app bundles (mainly used to test packages from PRs on CI). # 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: # Steps:
# 1. Remove quarantine extended attribute # 1. Remove quarantine extended attribute