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-08-18 10:01:40 +02:00
committed by Tofixrs
parent 707e33fc72
commit bcbbd7deee
+1 -1
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=";