mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
added cqtdeployer.cqt wraper for cqt (in snap available only cqtdeployer.cqt)
This commit is contained in:
parent
b62e1d0425
commit
2f2efe2f26
@ -67,6 +67,10 @@ function systemIntegration() {
|
||||
homeDir + "/.local/bin/cqt"],
|
||||
"UNDOEXECUTE", ["rm", "-f", homeDir + "/.local/bin/cqt"] )
|
||||
|
||||
component.addOperation('Execute', ["ln", "-sf", targetDir + "/" + VERSION + "/cqt.sh",
|
||||
homeDir + "/.local/bin/cqtdeployer.cqt"],
|
||||
"UNDOEXECUTE", ["rm", "-f", homeDir + "/.local/bin/cqtdeployer.cqt"] )
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user