fix build on local

This commit is contained in:
Michel Roux 2024-09-11 09:42:03 +02:00
parent 496b5dfac0
commit 88e97aeb3c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ vendor/*
tests/.phpunit.result.cache tests/.phpunit.result.cache
node_modules/ node_modules/
js/ js/
build/

View File

@ -2,7 +2,7 @@
app_name=gpoddersync app_name=gpoddersync
project_dir=$(CURDIR)/../$(app_name) project_dir=$(CURDIR)
build_dir=$(CURDIR)/build/artifacts build_dir=$(CURDIR)/build/artifacts
appstore_dir=$(build_dir)/appstore appstore_dir=$(build_dir)/appstore
source_dir=$(build_dir)/source source_dir=$(build_dir)/source