mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 08:42:23 +01:00
mcpatcher: Make the .desktop call Java directly.
This commit is contained in:
parent
1d6588f6df
commit
bc8488cbb9
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-09-xx Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* X-x :
|
||||
The .desktop now calls Java directly.
|
||||
|
||||
2012-09-19 Frederik "Freso" S. Olesen <archlinux@freso.dk>
|
||||
|
||||
* 2.4.2_03-2 :
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Version=1.0
|
|||
Name=MCPatcher
|
||||
Comment=Minecraft patcher for HD textures and more.
|
||||
TryExec=mcpatcher
|
||||
Exec=mcpatcher
|
||||
Exec=java -Xmx512m -jar /usr/share/mcpatcher/mcpatcher.jar
|
||||
Terminal=false
|
||||
Categories=Game;
|
||||
Keywords=minecraft;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue