Added config for makephar
This commit is contained in:
parent
ecf08ad267
commit
fe5ac914d9
17
makephar.sdl
Normal file
17
makephar.sdl
Normal file
@ -0,0 +1,17 @@
|
||||
phar "vfxapply.phar" {
|
||||
include {
|
||||
dir "src";
|
||||
dir "vendor";
|
||||
}
|
||||
exclude {
|
||||
dir ".git";
|
||||
dir "Tests";
|
||||
}
|
||||
props exec="props.php";
|
||||
metadata {
|
||||
package_name "vfxapply.application";
|
||||
package_version prop="APP_VERSION";
|
||||
update_channel "https://packages.noccylabs.info/channel/vfxapply/stable.json";
|
||||
}
|
||||
stub "src/app.php";
|
||||
}
|
Loading…
Reference in New Issue
Block a user