Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 815 Bytes

Readme.md

File metadata and controls

26 lines (22 loc) · 815 Bytes

Sipgate Callme HTML-DesktopApp

Was ist das?

Eine Desktop-App für Telefon zu Telefon Anrufe über Sipgate.

HowTo use

  1. npm install
  2. npm start
  3. Einstellungen vornehmen

HowTo package

  1. npm install electron-packager -g

Mac OSX

electron-packager . sipgate-callme --platform=darwin --arch=x64 --version=0.36.8

Linux

electron-packager . sipgate-callme --platform=linux --arch=x64 --version=0.36.8

Codeship Status for sveba/sipgate-callme