feat(network): add selectable privacy-preserving discovery
This commit is contained in:
parent
9cf0c8fc9c
commit
4d31fd1517
26 changed files with 959 additions and 153 deletions
|
|
@ -9,7 +9,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
|
||||
exclude_filter="builds/*,scripts/*"
|
||||
export_path="builds/v0.20.2-alpha/windows-x86_64/straywild.exe"
|
||||
export_path="builds/v0.20.3-alpha/windows-x86_64/straywild.exe"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
@ -35,11 +35,11 @@ application/modify_resources=true
|
|||
application/icon="res://art/exported/system_icons/straywild.ico"
|
||||
application/console_wrapper_icon=""
|
||||
application/icon_interpolation=0
|
||||
application/file_version="0.20.2.0"
|
||||
application/product_version="0.20.2.0"
|
||||
application/file_version="0.20.3.0"
|
||||
application/product_version="0.20.3.0"
|
||||
application/company_name="Woofmeow"
|
||||
application/product_name="straywild"
|
||||
application/file_description="straywild v0.20.2-alpha"
|
||||
application/file_description="straywild v0.20.3-alpha"
|
||||
application/copyright="Copyright © 2026 Woofmeow"
|
||||
application/trademarks="straywild and Woofmeow branding is reserved; see TRADEMARKS.md"
|
||||
application/export_angle=0
|
||||
|
|
@ -62,7 +62,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
|
||||
exclude_filter="builds/*,scripts/*"
|
||||
export_path="builds/v0.20.2-alpha/linux-arm64/straywild.arm64"
|
||||
export_path="builds/v0.20.3-alpha/linux-arm64/straywild.arm64"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
@ -92,7 +92,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
|
||||
exclude_filter="builds/*,scripts/*"
|
||||
export_path="builds/v0.20.2-alpha/macos/straywild.zip"
|
||||
export_path="builds/v0.20.3-alpha/macos/straywild.zip"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
@ -108,8 +108,8 @@ custom_template/release=""
|
|||
application/bundle_identifier="io.woofmeow.netfishing"
|
||||
application/icon="res://art/exported/system_icons/straywild_1024.png"
|
||||
application/icon_interpolation=0
|
||||
application/short_version="0.20.2"
|
||||
application/version="0.20.2"
|
||||
application/short_version="0.20.3"
|
||||
application/version="0.20.3"
|
||||
application/architecture="universal"
|
||||
codesign/enable=false
|
||||
notarization/enable=false
|
||||
|
|
@ -125,7 +125,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
|
||||
exclude_filter="builds/*,scripts/*,tests/*"
|
||||
export_path="builds/v0.20.2-alpha/server-linux-x86_64/straywildServer.x86_64"
|
||||
export_path="builds/v0.20.3-alpha/server-linux-x86_64/straywildServer.x86_64"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
@ -155,7 +155,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
|
||||
exclude_filter="builds/*,scripts/*"
|
||||
export_path="builds/v0.20.2-alpha/android/straywild.apk"
|
||||
export_path="builds/v0.20.3-alpha/android/straywild.apk"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
@ -177,7 +177,7 @@ architectures/arm64-v8a=true
|
|||
architectures/x86=false
|
||||
architectures/x86_64=false
|
||||
version/code=200200
|
||||
version/name="v0.20.2-alpha"
|
||||
version/name="v0.20.3-alpha"
|
||||
package/unique_name="io.woofmeow.netfishing"
|
||||
package/name="straywild"
|
||||
package/signed=true
|
||||
|
|
@ -214,7 +214,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
|
||||
exclude_filter="builds/*,scripts/*"
|
||||
export_path="builds/v0.20.2-alpha/linux-x86_64/straywild.x86_64"
|
||||
export_path="builds/v0.20.3-alpha/linux-x86_64/straywild.x86_64"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue