mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
chore: move .github-config to mac/ directory
- Move .github-config from project root to mac/ - Update generate-appcast.sh to reference new location - Keeps all Mac-specific configuration together
This commit is contained in:
parent
5579844425
commit
8543d4b1e1
2 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
# Load GitHub configuration
|
# Load GitHub configuration
|
||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
CONFIG_FILE="$(dirname "$SCRIPT_DIR")/.github-config"
|
CONFIG_FILE="$SCRIPT_DIR/../.github-config"
|
||||||
if [ -f "$CONFIG_FILE" ]; then
|
if [ -f "$CONFIG_FILE" ]; then
|
||||||
source "$CONFIG_FILE"
|
source "$CONFIG_FILE"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue