mirror of
https://github.com/archlinux/aur.git
synced 2026-02-01 12:16:58 +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 "$@"
|