Skip to content

Commit

Permalink
add icon from @bitterbit, specify in build
Browse files Browse the repository at this point in the history
  • Loading branch information
brandly committed Jan 15, 2020
1 parent a495784 commit 918d260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH="$PATH:node_modules/.bin"
build="build/"
dist="dist/"
app_name="Lax"
electron_icon="icon.icns"

function main {
rm -rf "$build" "$dist"
Expand Down Expand Up @@ -40,9 +41,9 @@ function main {
function create_app {
mkdir -p "$dist"
electron-packager "$build" "$app_name" \
--icon "$electron_icon" \
--no-prune \
--out "$dist"
# --icon "$electron_icon" \
}

main
Binary file added icon.icns
Binary file not shown.

0 comments on commit 918d260

Please sign in to comment.