Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
better idobata client.
JavaScript HTML
Latest commit 607350f @notona Update README.md
Failed to load latest commit information.
lib init
LICENSE add license
NotifiyUtil.js init
README.md Update README.md
idobattan_icon.icns set application icon
idobattan_icon.ico set application icon
idobattan_icon.png set application icon
index.html fix synatx errors
main.js init
package.json set application icon
screenshot1.png add screenshot
screenshot2.png add screenshot2

README.md

idobattan2

idobata client based on the electron

for Users

Download Binary From here !

release tag page

screenshots

screenshot1 screenshot1

for developers

npm install -g electron-prebuilt

cd idobattan2
npm install 

electron .

packaging release build

for Windows

# for Windows
npm run-script win

# here is build result
cd build/idobattan2/idobattan2-win32-x32
# or
cd build/idobattan2/idobattan2-win32-x64

for mac

npm run-script mac

# here is build result
cd build/idobattan2/idobattan2-darwin-x64

linux(may be works. i didn't check it)

./node_modules/electron-packager/cli.js ./ idobattan2 --platform=linux --arch=all --out ./build/idobattan2 --version 0.34.1 --overwrite --icon=./idobattan_icon.ico

Licence

The MIT License

Something went wrong with that request. Please try again.