mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-28 18:52:42 -04:00
build: remove PKG from desktop distribution targets (#4788)
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -306,7 +306,6 @@ jobs:
|
||||
name: desktop-${{ runner.os }}
|
||||
path: |
|
||||
desktop/build/compose/binaries/main-release/*/*.dmg
|
||||
desktop/build/compose/binaries/main-release/*/*.pkg
|
||||
desktop/build/compose/binaries/main-release/*/*.msi
|
||||
desktop/build/compose/binaries/main-release/*/*.exe
|
||||
desktop/build/compose/binaries/main-release/*/*.deb
|
||||
|
||||
@@ -51,7 +51,6 @@ compose.desktop {
|
||||
nativeDistributions {
|
||||
targetFormats(
|
||||
TargetFormat.Dmg,
|
||||
TargetFormat.Pkg,
|
||||
TargetFormat.Exe,
|
||||
TargetFormat.Msi,
|
||||
TargetFormat.Deb,
|
||||
|
||||
Reference in New Issue
Block a user