update gitignore
This commit is contained in:
parent
03939a43cb
commit
f82a107819
3 changed files with 13 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!PKGBUILD
|
!PKGBUILD
|
||||||
|
!blend-settings
|
||||||
|
!blend-settings.desktop
|
||||||
!.SRCINFO
|
!.SRCINFO
|
||||||
|
|
2
blend-settings
Executable file
2
blend-settings
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec electron /usr/lib/blend-settings/blend-settings.asar "$@"
|
9
blend-settings.desktop
Normal file
9
blend-settings.desktop
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=blendOS Settings
|
||||||
|
Exec=blend-settings %U
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Icon=blend-settings
|
||||||
|
StartupWMClass=blend-settings
|
||||||
|
Comment=Settings for blendOS.
|
||||||
|
Categories=System;
|
Loading…
Reference in a new issue