Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asticode committed Jun 14, 2020
1 parent 9525177 commit c0b409f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
This package allows you to quickly create a multi-window application using [astilectron](https://github.com/asticode/go-astilectron).

Check out the [demo](https://github.com/asticode/go-astilectron-demo) to see a working example with the [bundler](https://github.com/asticode/go-astilectron-bundler).

# Important

- by default all resources should be in a `resources` folder. If you want to put them in a different folder, be sure to provide its path with the `ResourcesPath` option
- if one of your window's URL is a relative path you will need to put your app content in an `app` folder located in your resources folder

0 comments on commit c0b409f

Please sign in to comment.