Browse Source

Fix AppImage (#1263)

pull/1264/head^2
Gleb Mazovetskiy 5 years ago committed by GitHub
parent
commit
9a5b9706c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .editorconfig
  2. 2
      Packaging/nix/AppRun

3
.editorconfig

@ -36,6 +36,9 @@ end_of_line = lf
[*.txt]
end_of_line = lf
[AppRun]
end_of_line = lf
[CMakeLists.txt]
indent_style = space
indent_size = 2

2
Packaging/nix/AppRun

@ -1,2 +1,2 @@
#!/bin/sh
$APPDIR/usr/bin/devilutionx --ttf-dir $APPDIR/usr/share/fonts/truetype/
exec "$APPDIR/usr/bin/devilutionx" --ttf-dir "$APPDIR/usr/share/fonts/truetype/"

Loading…
Cancel
Save