feat(core): add run-binary make command
This commit is contained in:
parent
8f44b6631c
commit
99d040e708
|
@ -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]
|
[tasks.create-bundle]
|
||||||
script = '''
|
script = '''
|
||||||
TARGET_DIR=target/mac/Espanso.app
|
TARGET_DIR=target/mac/Espanso.app
|
||||||
|
|
Loading…
Reference in New Issue
Block a user