atlauncher: add --no-launcher-update flag

Without the flag if there was an update the launcher wouldnt open.
This commit is contained in:
tofixrs 2023-07-22 18:17:29 +02:00 committed by Tofixrs
parent 707e33fc72
commit bcbbd7deee

View file

@ -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=";