mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
atlauncher: add --no-launcher-update flag
Without the flag if there was an update the launcher wouldnt open.
This commit is contained in:
parent
707e33fc72
commit
bcbbd7deee
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = finalAttrs.pname;
|
||||
exec = finalAttrs.pname;
|
||||
exec = "${finalAttrs.pname} --no-launcher-update true";
|
||||
icon = fetchurl {
|
||||
url = "https://avatars.githubusercontent.com/u/7068667";
|
||||
hash = "sha256-YmEkxf4rZxN3jhiib0UtdUDDcn9lw7IMbiEucBL7b9o=";
|
||||
|
Loading…
Reference in New Issue
Block a user