You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,11 @@ Clone this repository into your local computer then follow these steps...
17
17
3. Enjoy.
18
18
19
19
## Build
20
-
Clone the repository and run `npm build` with **electron-packager** installed.
20
+
Clone the repository and run `npm build` with [**electron-packager**](https://github.com/electron-userland/electron-packager"electron-packager repo") installed.
21
+
22
+
> Run `npm install electron-packager --save-dev` to quick install
23
+
24
+
> For tutorial on how to package an app check this link [go to this link ](https://www.christianengvall.se/electron-packager-tutorial/)
21
25
22
26
## Info
23
27
**NOTE:** Make sure you have installed NodeJs and Electron on your computer.
@@ -30,6 +34,8 @@ help me to package this app for Mac and Linux environment.
30
34
**Windows binary version (.exe) coming soon**:smile:
31
35
32
36
## Sources
33
-
1.[openweather](https://openweathermap.org/"openweather") ==> for providing actual weather data
0 commit comments