From 4e3d90c1d7d04470475b274742f1c6c3003f718d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 29 May 2022 15:32:30 +0200 Subject: [PATCH] don't strip to unbreak the launcher --- mingw-w64-python-qmk/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-python-qmk/PKGBUILD b/mingw-w64-python-qmk/PKGBUILD index 9b97f902ff..92216fc18f 100644 --- a/mingw-w64-python-qmk/PKGBUILD +++ b/mingw-w64-python-qmk/PKGBUILD @@ -10,6 +10,7 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/qmk/qmk_cli' license=('MIT') +options=('!strip') depends=("git" "${MINGW_PACKAGE_PREFIX}-python-dotty-dict" "${MINGW_PACKAGE_PREFIX}-python-hid"