diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e4d999..e1da4e7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,6 @@ jobs: name: proxycloud-gui-win-portable path: | dist/*portable.exe - dist/win-ia32-*portable.exe - name: Upload Artifact (Windows Portable ZIP with Folder) if: matrix.os == 'windows-latest' @@ -99,7 +98,6 @@ jobs: path: | dist/*.exe !dist/*portable.exe - !dist/win-ia32-*portable.exe - name: Upload Artifact (Windows ia32 EXE) if: matrix.os == 'windows-latest' @@ -108,7 +106,6 @@ jobs: name: proxycloud-gui-win-ia32-exe path: | dist/win-ia32-*.exe - !dist/win-ia32-*portable.exe - name: Upload Artifact (Linux DEB) if: matrix.os == 'ubuntu-latest' @@ -194,9 +191,8 @@ jobs: - [📦 Windows Installer (.exe)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-x64.exe) - [💼 Windows Portable (.exe)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-portable.exe) - [📂 Windows Portable (.zip)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-unpacked.zip) - - [📦 Windows 7 32-bit Installer (.exe)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-ia32.exe) - - [💼 Windows 7 32-bit Portable (.exe)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-ia32-portable.exe) - - [📂 Windows 7 32-bit Portable (.zip)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-ia32-unpacked.zip) + - [📦 Windows 32-bit Installer (.exe)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-ia32.exe) + - [📂 Windows 32-bit Portable (.zip)](https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag || github.ref_name }}/proxycloud-gui-win-ia32-unpacked.zip) **Important Notes for Windows Portable Version:** - Run the application as Administrator for proper functionality @@ -241,4 +237,4 @@ jobs: ``` env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/config/index.json b/config/index.json index 84bf25c..f82a2f6 100644 --- a/config/index.json +++ b/config/index.json @@ -1,21 +1,13 @@ { "PUBLIC": [ "vibe,;,https://raw.githubusercontent.com/Kwinshadow/TelegramV2rayCollector/main/sublinks/mix.txt#ProxyCloud Fast", - "vibe,;,https://raw.githubusercontent.com/MahsaNetConfigTopic/config/refs/heads/main/xray_final.txt#ProxyCloud MAX", - "vibe,;,https://raw.githubusercontent.com/Mahdi0024/ProxyCollector/master/sub/proxies.txt#Red Servers Beta", "vibe,;,https://raw.githubusercontent.com/darkvpnapp/CloudflarePlus/refs/heads/main/proxy#ProxyCloud", "vibe,;,https://raw.githubusercontent.com/NiREvil/vless/refs/heads/main/sub/SSTime#MAX Plus", "vibe,;,https://raw.githubusercontent.com/Rayan-Config/C-Sub/refs/heads/main/configs/proxy.txt#RCL", - "vibe,;,https://drive.google.com/uc?id=1qUt9w0TzocLzQ5fikHxpS90T3Sg5S3DU#@SiNAVM.json#FG", - "warp,;,gool=true&scan=true#WARP | GOOL+SCAN", "vibe,;,https://raw.githubusercontent.com/sinabigo/Xray/main/@sinavm#VIBE FAST", "vibe,;,https://raw.githubusercontent.com/mahsanet/MahsaFreeConfig/refs/heads/main/mtn/sub_1.txt#ProxyNET | MTN", "vibe,;,https://raw.githubusercontent.com/mahsanet/MahsaFreeConfig/refs/heads/main/mtn/sub_1.txt#ProxyNET | MCI", - "warp,;,scan=true#WARP | SCAN", - "vibe,;,https://raw.githubusercontent.com/Pawdroid/Free-servers/refs/heads/main/sub#FG | Freedom Link (best)", - "vibe,;,https://raw.githubusercontent.com/hiddify/hiddify-next/main/test.configs/warp#%F0%9F%94%A5%20WARP%20%F0%9F%94%A5#VIBE | WARP SERVER", - "vibe,;,https://raw.githubusercontent.com/Ashkan-m/v2ray/main/Sub.txt#VIBE | POWER", - "vibe,;,https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/Eternity#VIBE | SERVER SUB 1" + "vibe,;,https://raw.githubusercontent.com/Pawdroid/Free-servers/refs/heads/main/sub#FG | Freedom Link (best)" ], "MCI": [ "vibe,;,https://raw.githubusercontent.com/MahsaNetConfigTopic/config/refs/heads/main/xray_final.txt#ProxyNET Best", @@ -33,6 +25,6 @@ "SHATEL": [], "PARSONLINE": [], "other": [ - "vibe,;,https://github.com/Epodonios/v2ray-configs/raw/main/All_Configs_Sub.txt#RAND | FREEDOM" + "vibe,;,https://raw.githubusercontent.com/darkvpnapp/CloudflarePlus/refs/heads/main/proxy#ProxyCloud" ] } diff --git a/config/mobile.json b/config/mobile.json index dea0271..67590ef 100644 --- a/config/mobile.json +++ b/config/mobile.json @@ -1,5 +1,5 @@ { - "version": "3.7.8", + "version": "3.8.3", "url": "https://github.com/code3-dev/ProxyCloud/releases/latest", - "messText": "All bugs fixed" + "messText": "" }