summarylogtreecommitdiffstats
path: root/typora.sh
blob: 72be85724d9640d39f603a2c1b1a99e1db29bdd8 (plain)
1
2
3
4
5
#!/usr/bin/sh

# don't edit the electron binary name here! simply change the variable in the PKGBUILD and we will sed it into the correct one :)
# manually add an empty arg to prevent the error when "$@" is empty
exec __ELECTRON__ /usr/lib/typora/app.asar  "$@"