We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197e996 commit 253d385Copy full SHA for 253d385
.github/scripts/deploy-appstarter
@@ -20,7 +20,7 @@ git checkout master
20
rm -rf *
21
22
# Copy common files
23
-releasable='app public writable env LICENSE spark'
+releasable='app public writable env LICENSE spark preload.php'
24
for fff in $releasable;
25
do
26
cp -Rf ${SOURCE}/$fff ./
.github/scripts/deploy-framework
-releasable='app public writable env LICENSE spark system'
+releasable='app public writable env LICENSE spark system preload.php'
admin/starter/preload.php renamed to preload.php
0 commit comments