mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/bash
|
|
|
|
export ELECTRON_IS_DEV=0
|
|
|
|
exec electron@ELECTRONVERSION@ /usr/lib/materialious/app.asar "$@"
|