尤爾克斯
0.3.9+1
Yolx
一款現代化下載工具!
簡體中文| English
Yolx
是一款以「Aria 2」作為核心的現代化下載工具。
如果想安裝Yolx,請開啟右側的Release 頁面,找到最新版本,並選擇適用於目前系統的安裝套件下載。
Watch項目,以取得應用程式的更新動態。
非常感謝有興趣的開發者或愛好者參與Yolx
項目,分享你的見解與想法。
1.依照官方文件安裝Flutter SDK
以及Visual Studio 2022 生成工具
2、安裝打包工具Inno Setup 6,並加入中文語言包ChineseSimplified.isl
和ChineseTraditional.isl
到C:Program Files (x86)Inno Setup 6Languages
目錄
3.依照官方文件安裝建置工具
在專案目錄執行下面指令進行編譯打包,建置完成後可在dist
資料夾內找到安裝包
flutter_distributor release --name windows
1.依照官方文件安裝Flutter SDK
2、輸入以下命令安裝建置依賴
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev libayatana-appindicator3-dev
3.依照官方文件安裝建置工具
4.輸入以下命令安裝打包依賴
sudo apt install rpm patchelf locate libfuse2 fuse
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod +x appimagetool
sudo mv appimagetool /usr/local/bin/
在專案目錄執行下面指令進行編譯打包,建置完成後可在dist
資料夾內找到安裝包
flutter_distributor release --name linux