feat(core): add run-binary make command

This commit is contained in:
Federico Terzi 2021-07-10 10:45:39 +02:00
parent 8f44b6631c
commit 99d040e708

View File

@ -95,6 +95,11 @@ let mut handle = cmd.spawn().expect("cargo build failed");
}
'''
[tasks.run-binary]
command = "${EXEC_PATH}"
args = ["${@}"]
dependencies = ["build-binary"]
[tasks.create-bundle]
script = '''
TARGET_DIR=target/mac/Espanso.app