mirror of
https://github.com/Eugeny/tabby.git
synced 2025-02-17 14:49:39 +08:00
install terminus into /usr/bin on Debian (fixes #433)
This commit is contained in:
parent
0d37f4736a
commit
3fd57e81a6
4
build/linux/after-install.tpl
Normal file
4
build/linux/after-install.tpl
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Link to the binary
|
||||
ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
|
@ -120,7 +120,8 @@
|
||||
"libxtst6",
|
||||
"libnss3",
|
||||
"tmux"
|
||||
]
|
||||
],
|
||||
"afterInstall": "build/linux/after-install.tpl"
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
|
Loading…
Reference in New Issue
Block a user