Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
geblanco committed Jan 31, 2018
2 parents c8c274e + 620acac commit 3374433
Show file tree
Hide file tree
Showing 4 changed files with 3,299 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/system/calculatorApp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var _numberRegex = /([0-9]+(?:\.[0-9]+)?(?:[ ]?[/*+-]+[ ]?[0-9]+(?:\.[0-9]+)?)*)$/
var _numberRegex = /^([0-9]+(?:\.[0-9]+)?(?:[ ]?[/*+-]+[ ]?[0-9]+(?:\.[0-9]+)?)*)$/
// make a regex out of the name for searching strings
var _queryRegex = /^calc ([0-9]+(?:\.[0-9]+)?(?:[ ]?[/*+-]+[ ]?[0-9]+(?:\.[0-9]+)?)*)$/i;
var _fn = function( exec, query ){
Expand Down
9 changes: 4 additions & 5 deletions install/mkDist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ $srcDir/node_modules/.bin/electron-packager $srcDir/ mutant \
--platform=linux \
--arch=${arch} \
--version=1.4.0 \
--prune \
--ignore=".gitignore" \
--ignore=".git" \
--ignore="Model.md" \
--version-string.FileDescription="Mutant" \
--version-string.FileVersion="0.1.0" \
--version-string.ProductVersion="0.1.0" \
--version-string.FileVersion="0.1.4" \
--version-string.ProductVersion="0.1.4" \
--version-string.ProductName="Mutant" \
--app-version="0.1.0" \
--overwrite
--app-version="0.1.4" \
--overwrite
Loading

0 comments on commit 3374433

Please sign in to comment.