diff --git a/.github/workflows/manjaro-package-build.yml b/.github/workflows/manjaro-package-build.yml index fa5bfa37..1e71bc0a 100644 --- a/.github/workflows/manjaro-package-build.yml +++ b/.github/workflows/manjaro-package-build.yml @@ -33,6 +33,7 @@ jobs: gtk3 \ openssl \ libcanberra \ + miniupnpc \ libayatana-appindicator \ iso-codes \ lua \ diff --git a/packaging/manjaro/PKGBUILD b/packaging/manjaro/PKGBUILD index 5544d8b3..f57a3158 100644 --- a/packaging/manjaro/PKGBUILD +++ b/packaging/manjaro/PKGBUILD @@ -13,6 +13,7 @@ depends=( 'iso-codes' 'libayatana-appindicator' 'libcanberra' + 'miniupnpc' 'lua' 'openssl' 'perl' diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 468e4fe1..1892d439 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -74,6 +74,7 @@ + diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index 1a076104..c25512e4 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -190,6 +190,9 @@ Source Files + + Source Files + Source Files