Skip to content

Commit

Permalink
Update readme + add publish.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Feb 5, 2020
1 parent b0efbfc commit 2ebc0cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- This is an **OpenSource** project - so everyone is welcome to make further improvements (issues, feature requests, pull requests, ...).
- This is a simple WebsocketClient-Application with Input-Completition and some small nice features. You can use SecureWebsockets (SSL) or normal Websockets.
- Currently, you can only connect to one server at a time.
- Connect to multiple servers at the same time.

## Example Ionic4 React project
This app can be seen as an Ionic4 React example, that can be deployed on all available platforms with the following features:
Expand Down
7 changes: 7 additions & 0 deletions publish.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ionic build --release
ionic capacitor copy android
npx cap copy
firebase deploy
cd electron
SET /P _inputname= Please edit /electron/app/index.html from <base href=\"/\"> to <base href=\"./\">
electron-packager . "WebSocketClient" --all --overwrite

0 comments on commit 2ebc0cd

Please sign in to comment.