Detect personal info across whole OS, and provide smart typing functionalities.
Note - packaged app is targeted for windows only. You can package app again with electron builder to run on another platform.
- Download the packaged app
- Unzip the file
- Go to environment variables
- Add new user variable
- Give it's name -
SECRET
and value -mnxYXH3oxyyzCFrjBoS8FE5LKQlKepVgzVzk3kpc0Ac=
- Now run the smart-typer.exe in the unzipped folder
- Install electron builder
- Create a folder name build, include icon file.
- Update package.json.
- Add 2 new commands under scripts -
"pack": "electron-builder --dir", "dist": "electron-builder"
- Add target build info.
E.g. "build": { "appId": "st", "win": { "target": "squirrel", "icon": "build/icon.ico" } }
- npm run dist
- npm run pack