Skip to content

Commit

Permalink
Updated version and fixed conda installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrceresa committed May 9, 2023
1 parent 465db87 commit 892b77b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Client for the reimagine analysis platform",
"name": "reImagineClient",
"license": "MIT",
"version": "1.4.45",
"repository": "https://bitbucket.org/simbiosys/reimagineclient/src/master/",
"version": "1.4.46",
"repository": "https://github.com/bcn-medtech/reImagineClient",
"private": true,
"devDependencies": {
"@electron/notarize": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion public/lsConda.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function _installMiniconda() {

}
else if ((process.platform === 'darwin') || (process.platform === 'linux')) {
instArgs = ["-b", "-p " + config.scripts.condaHome]
instArgs = ["-b", "-p", config.scripts.condaHome]
}
else {
res = { status: false, reason: "Unknown platform: " + process.platform }
Expand Down

0 comments on commit 892b77b

Please sign in to comment.