mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
4 lines
118 B
Bash
4 lines
118 B
Bash
#!/bin/sh -eu
|
|
|
|
export NODE_ENV=production
|
|
exec electron@_electronver@ /usr/share/gridtracker2/resources/app.asar "$@"
|