[packaging/craft] bin/Packager: Revert "Honor PackageDebugSymbols when creating sideload appx"

Hannah von Reth <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit a37b186a6366dc9f125cb5c3278b0fb316964dc8 by Hannah von Reth.
Committed on 23/07/2026 at 10:36.
Pushed by vonreth into branch 'master'.

Revert "Honor PackageDebugSymbols when creating sideload appx"

This reverts commit e8b33534dcc10874d9f4c4393b25d20417120949.

M  +1    -3    bin/Packager/AppxPackager.py

https://invent.kde.org/packaging/craft/-/commit/a37b186a6366dc9f125cb5c3278b0fb316964dc8

diff --git a/bin/Packager/AppxPackager.py b/bin/Packager/AppxPackager.py
index 77206c8cc..ceef8c204 100644
--- a/bin/Packager/AppxPackager.py
+++ b/bin/Packager/AppxPackager.py
@@ -281,9 +281,7 @@ class AppxPackager(CollectionPackagerBase):
         createStorePackage = bool(publisherId)
         createSideloadAppX = CraftCore.settings.getboolean("CodeSigning", "Enabled", False)
         utils.cleanDirectory(self.artifactsDir())
-        if not self.internalCreatePackage(
-            defines, createSymbolsPackage=createSideloadAppX and CraftCore.settings.getboolean("Packager", "PackageDebugSymbols", False)
-        ):
+        if not self.internalCreatePackage(defines, createSymbolsPackage=createSideloadAppX):
             return False
 
         if not self.__prepareIcons(defines):
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.