fix: update path for scripts
All checks were successful
Build / build-9 (pull_request) Successful in 29s
Build / build-8 (pull_request) Successful in 38s

This commit is contained in:
Ben Vincent 2025-09-30 21:04:29 +10:00
parent 989c8e9ea8
commit f3b60b7137
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ contents:
# Scripts to run during installation/removal (optional)
scripts:
preinstall: ./scripts/preinstall.sh
preinstall: /app/resources/scripts/preinstall.sh
# postinstall: ./scripts/postinstall.sh
# preremove: ./scripts/preremove.sh
# postremove: ./scripts/postremove.sh

View File

@ -28,7 +28,7 @@ contents:
# Scripts to run during installation/removal (optional)
scripts:
preinstall: ./scripts/preinstall.sh
preinstall: /app/resources/scripts/preinstall.sh
# postinstall: ./scripts/postinstall.sh
# preremove: ./scripts/preremove.sh
# postremove: ./scripts/postremove.sh