release: version 2.0.0

This commit is contained in:
hiddify-com
2024-07-30 09:35:43 +02:00
parent d74f58958f
commit 2b45ed2fc1

View File

@@ -28,7 +28,7 @@ env:
TARGET_NAME_dmg: "Hiddify-MacOS" TARGET_NAME_dmg: "Hiddify-MacOS"
TARGET_NAME_pkg: "Hiddify-MacOS-Installer" TARGET_NAME_pkg: "Hiddify-MacOS-Installer"
TARGET_NAME_ipa: "Hiddify-iOS" TARGET_NAME_ipa: "Hiddify-iOS"
TARGET_NAME_ipa2: "Hiddify-iOS2"
jobs: jobs:
test: test:
@@ -60,34 +60,34 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
# - platform: android-apk - platform: android-apk
# os: ubuntu-latest os: ubuntu-latest
# targets: apk targets: apk
# - platform: android-aab - platform: android-aab
# os: ubuntu-latest os: ubuntu-latest
# targets: aab targets: aab
# - platform: windows - platform: windows
# os: windows-2019 os: windows-2019
# aarch: amd64 aarch: amd64
# targets: exe,msix targets: exe,msix
# - platform: linux - platform: linux
# os: ubuntu-22.04 os: ubuntu-22.04
# aarch: amd64 aarch: amd64
# targets: AppImage,deb,rpm targets: AppImage,deb,rpm
# - platform: macos - platform: macos
# os: macos-13
# aarch: universal
# targets: dmg,pkg
- platform: ios
os: macos-13 os: macos-13
aarch: universal aarch: universal
filename: hiddify-ios targets: dmg,pkg
targets: ipa
# - platform: ios
# os: macos-13
# aarch: universal
# filename: hiddify-ios
# targets: ipa
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: checkout - name: checkout