mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 02:36:44 +00:00
Updated build enviroment
This commit is contained in:
@@ -2,11 +2,11 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
osx_image: xcode6.4
|
osx_image: xcode9.2
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- brew update
|
- brew update
|
||||||
- brew install python3
|
- brew upgrade python3
|
||||||
- brew uninstall node
|
- brew uninstall node
|
||||||
- travis_wait 30 brew install node@6
|
- travis_wait 30 brew install node@6
|
||||||
- brew link node@6 --force --overwrite
|
- brew link node@6 --force --overwrite
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ If you find **KCC** valuable you can consider donating to the authors:
|
|||||||
## BINARY RELEASES
|
## BINARY RELEASES
|
||||||
You can find the latest released binary at the following links:
|
You can find the latest released binary at the following links:
|
||||||
- **[Windows](http://kcc.iosphe.re/Windows/) (64-bit only)**
|
- **[Windows](http://kcc.iosphe.re/Windows/) (64-bit only)**
|
||||||
- **[macOS](http://kcc.iosphe.re/OSX/) (10.10+)**
|
- **[macOS](http://kcc.iosphe.re/OSX/) (10.12+)**
|
||||||
- **Linux:**
|
- **Linux:**
|
||||||
- [Ubuntu 17.10](http://kcc.iosphe.re/LinuxArtful/)
|
- [Ubuntu 17.10](http://kcc.iosphe.re/LinuxArtful/)
|
||||||
- [Ubuntu 16.04 / Debian 9](http://kcc.iosphe.re/LinuxXenial/)
|
- [Ubuntu 16.04 / Debian 9](http://kcc.iosphe.re/LinuxXenial/)
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
<key>LSHasLocalizedDisplayName</key>
|
<key>LSHasLocalizedDisplayName</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.10.0</string>
|
<string>10.12.0</string>
|
||||||
<key>NSAppleScriptEnabled</key>
|
<key>NSAppleScriptEnabled</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
PyQt5>=5.6.0
|
PyQt5>=5.6.0
|
||||||
Pillow>=5.2.0
|
Pillow>=5.2.0
|
||||||
psutil>=5.0.0
|
psutil>=5.0.0
|
||||||
python-slugify>=1.2.1
|
python-slugify>=1.2.1,<3.0.0
|
||||||
raven>=6.0.0
|
raven>=6.0.0
|
||||||
Reference in New Issue
Block a user