diff options
| author | timoreo22 <timo.oreo34@gmail.com> | 2022-01-28 18:12:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-28 18:12:35 +0100 |
| commit | 8b790a6dd94a7b779b72595f1e1567eda9877e86 (patch) | |
| tree | 4ebc2ca7aebfb31f58ecaaeca0d7b15122b53623 /packages/nix | |
| parent | 1d0e6bf453bfee0d9201fabf1e979ab0aca90418 (diff) | |
| parent | f36930d81227f70046f7428b0ba41229b00687b4 (diff) | |
| download | PrismLauncher-8b790a6dd94a7b779b72595f1e1567eda9877e86.tar.gz PrismLauncher-8b790a6dd94a7b779b72595f1e1567eda9877e86.tar.bz2 PrismLauncher-8b790a6dd94a7b779b72595f1e1567eda9877e86.zip | |
Merge branch 'PolyMC:develop' into feature/download_mods
Diffstat (limited to 'packages/nix')
| -rw-r--r-- | packages/nix/polymc/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nix/polymc/default.nix b/packages/nix/polymc/default.nix index 5da00ff8..b6bf6c5e 100644 --- a/packages/nix/polymc/default.nix +++ b/packages/nix/polymc/default.nix @@ -88,7 +88,7 @@ mkDerivation rec { postInstall = '' install -Dm644 ../launcher/resources/multimc/scalable/launcher.svg $out/share/pixmaps/polymc.svg - install -Dm644 ${desktopItem}/share/applications/polymc.desktop $out/share/applications/org.polymc.PolyMC.desktop + install -Dm644 ${desktopItem}/share/applications/polymc.desktop $out/share/applications/org.polymc.polymc.desktop # xorg.xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128 wrapProgram $out/bin/polymc \ |
