Skip to content

Commit

Permalink
Adds basic macos packaging support
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Aug 28, 2019
1 parent 9775779 commit 05dbdf8
Show file tree
Hide file tree
Showing 14 changed files with 674 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
node_modules
dist
build/
./deploy
13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
# Packer

Go to your nodegui app repo

and then

```
npm install --save-dev @nodegui/packer
npx nodegui-packer --init <AppName>
npx nodegui-packer --pack ./dist
```

0 comments on commit 05dbdf8

Please sign in to comment.