Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a749740900 | |||
| cad03c1867 | |||
| c04f39318e | |||
| a7fe65f24b | |||
| 7e494ae6cf | |||
| 23c61bcb14 | |||
| c408127d6e |
@@ -19,9 +19,6 @@ addons:
|
||||
- libgnome-keyring-dev
|
||||
- icnsutils
|
||||
before_install:
|
||||
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([
|
||||
"$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.2.1.tar.gz
|
||||
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi
|
||||
install:
|
||||
- nvm install 10
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
</a>
|
||||
|
||||
## 一款全能的下载工具
|
||||
[](https://travis-ci.org/agalwood/Motrix)[](https://ci.appveyor.com/project/agalwood/motrix/branch/master)
|
||||
|
||||
|
||||
支持下载 HTTP、FTP、BT、磁力链、百度网盘等资源
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# 预分配所需时间: none < falloc ? trunc < prealloc
|
||||
# falloc和trunc则需要文件系统和内核支持
|
||||
# NTFS建议使用falloc, EXT3/4建议trunc, MAC 下需要注释此项
|
||||
# file-allocation=none
|
||||
file-allocation=trunc
|
||||
# 断点续传
|
||||
#@continue=true
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# 预分配所需时间: none < falloc ? trunc < prealloc
|
||||
# falloc和trunc则需要文件系统和内核支持
|
||||
# NTFS建议使用falloc, EXT3/4建议trunc, MAC 下需要注释此项
|
||||
# file-allocation=none
|
||||
file-allocation=falloc
|
||||
# 断点续传
|
||||
#@continue=true
|
||||
|
||||
|
||||
Binary file not shown.
Executable
BIN
Binary file not shown.
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Motrix",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "A full-featured download manager",
|
||||
"homepage": "https://motrix.app",
|
||||
"author": {
|
||||
@@ -15,7 +15,7 @@
|
||||
"url": "git@github.com:agalwood/Motrix.git"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "npm run build --publish always",
|
||||
"release": "npm run build --publish onTagOrDraft",
|
||||
"build": "node .electron-vue/build.js && electron-builder",
|
||||
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
|
||||
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export default {
|
||||
'darwin': 'aria2c',
|
||||
'win32': 'aria2.exe',
|
||||
'win32': 'aria2c.exe',
|
||||
'linux': 'aria2c'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user