mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-04-11 09:02:03 -07:00
remove macos, windows build
This commit is contained in:
parent
6f7ada1ff7
commit
a04c6ddb97
1 changed files with 1 additions and 22 deletions
23
Makefile
23
Makefile
|
|
@ -132,28 +132,7 @@ package-linux:
|
||||||
--version $(version) \
|
--version $(version) \
|
||||||
--release $(release) \
|
--release $(release) \
|
||||||
--arch $(arch) \
|
--arch $(arch) \
|
||||||
--fonts windows macos linux
|
--fonts linux
|
||||||
|
|
||||||
package-macos:
|
|
||||||
python3 scripts/package.py macos \
|
|
||||||
--includes \
|
|
||||||
settings/omegacfg.jvv \
|
|
||||||
settings/properties.json \
|
|
||||||
--version $(version) \
|
|
||||||
--release $(release) \
|
|
||||||
--arch $(arch) \
|
|
||||||
--fonts windows linux
|
|
||||||
|
|
||||||
package-windows:
|
|
||||||
python3 scripts/package.py windows \
|
|
||||||
--includes \
|
|
||||||
settings/omegacfg.jvv \
|
|
||||||
settings/properties.json \
|
|
||||||
~/.mozbuild/vs/VC/Redist/MSVC/14.38.33135/$(vcredist_arch)/Microsoft.VC143.CRT/*.dll \
|
|
||||||
--version $(version) \
|
|
||||||
--release $(release) \
|
|
||||||
--arch $(arch) \
|
|
||||||
--fonts macos linux
|
|
||||||
|
|
||||||
run-launcher:
|
run-launcher:
|
||||||
rm -rf $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch;
|
rm -rf $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue