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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue