Skip to content

Commit

Permalink
Bumped version to 1.0.3, fixed various issues, new packaging options
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Dec 20, 2018
1 parent 85b131f commit b1dd144
Show file tree
Hide file tree
Showing 11 changed files with 1,579 additions and 59 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
/installed
/assets/icons

/dist
2 changes: 2 additions & 0 deletions CreateIcons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def createMultiSize(ext)
"\\( -clone 0 -resize 32x32 \\) " +
"\\( -clone 0 -resize 48x48 \\) " +
"\\( -clone 0 -resize 64x64 \\) " +
"\\( -clone 0 -resize 128x128 \\) " +
"\\( -clone 0 -resize 256x256 \\) " +
"-delete 0 #{File.join(TARGET_PATH, 'icon.' + ext)}")

end
Expand Down
1 change: 1 addition & 0 deletions CreatePackages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#
# Script that runs electron-packager with correct ignore folders
# Electron-builder is ran with npm and that makes installers
#

require 'optparse'
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>News</h2>
<div id="playModal" class="modal">
<div id="playModalDialog" class="modal-content">
<span id="playModalClose" class="close">&times;</span>
<span id="playModalContent">Some text in the Modal..</span>
<span id="playModalContent">An unknown error happened</span>
</div>
</div>

Expand Down
Loading

0 comments on commit b1dd144

Please sign in to comment.