tueksta / heroesprofile-electron-uploader

Cross platform replay uploader for HeroesProfile.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron replay uploader for HeroesProfile.com

This is a cross-platform replay uploader for HeroesProfile.com Download the latest release for your platform from here

Screenshot

If this thing doesn't work

This application has been written in one day so there will be bugs.

Please create an issue and attach application.log file. You can find that file here:

Mac OS: /Users/<you>/Library/Application Support/HeroesProfile Electron Replay Uploader/application.log

Windows: C:\Users\<you>\AppData\Local\HeroesProfile Electron Replay Uploader\application.log

I'll try to do my best to fix all possible issues

Developing

Navigate to the repository directory

1: npm Install
2: npm run start

Build

Install electron-packager like this:

npm install -g electron-packager

Use it as they say in readme like:

# mac
electron-packager . --icon ./assets/icon.icns --platform darwin --arch x64
# or for windows
electron-packager . --icon ./assets/icon.png --platform win32 --arch x64

License

MIT License

Copyright (c) 2017 Alex Shteinikov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Cross platform replay uploader for HeroesProfile.com

License:MIT License


Languages

Language:JavaScript 82.2%Language:CSS 9.7%Language:HTML 8.1%