Skip to content

Commit

Permalink
Start images fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Marques committed Feb 7, 2019
1 parent dc4936b commit 829727f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 DEVOPENSOURCE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,13 @@ Your app is ready to be packaged!

Package and create the executables for windows and mac in the dist folder.

***
***

## Releases

Check here new [releases](https://github.com/DevopensourceTeam/Console_Box_AWS/releases)

***

## License
[MIT](https://github.com/DevopensourceTeam/Console_Box_AWS/blob/master/LICENSE)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "CBAWS",
"version": "0.1.6",
"version": "0.1.8",
"author": "Alejandro Jimenez Marques",
"private": true,
"homepage": "./",
"main": "public/electron.js",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.8.1",
"@material-ui/icons": "^3.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/views/ViewA.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class ViewA extends React.Component {
if(typeof(images) == 'undefined'){
var imgs = {};
imgs[workspace] = b64;
this.setState({images: imgs});
store.set('images', imgs);
}else{
images[workspace] = b64;
Expand Down

0 comments on commit 829727f

Please sign in to comment.