Skip to content

Commit

Permalink
add assets folder to root to package electron app with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
catherinechiu committed Sep 5, 2020
1 parent ad5089c commit da847cc
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 7 deletions.
Binary file added assets/icons/mac/seeqr.icns
Binary file not shown.
Binary file added assets/icons/png/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/png/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/png/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/png/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/png/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/png/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/win/seeqr.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions database/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion database/docker/busybox/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion database/docker/postgres/Dockerfile

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./tscToJS/backend/main",
"scripts": {
"build": "tsc && webpack",
"docker": "cd database && docker-compose up -d",
"docker": "docker-compose up -d",
"start": "concurrently \" cross-env NODE_ENV=production electron --noDevServer . \" \"npm run docker\"",
"resetContainer": "docker container stop postgres-1 && docker container prune && docker container ls -a",
"dev": "concurrently \"tsc && cross-env NODE_ENV=development webpack-dev-server --hot\" \"npm run docker\"",
Expand Down Expand Up @@ -49,6 +49,7 @@
"babel-minify-webpack-plugin": "^0.3.1",
"csp-html-webpack-plugin": "^4.0.0",
"css-loader": "^3.5.3",
"electron": "^9.0.0",
"electron-devtools-installer": "^3.0.0",
"electron-packager": "^14.2.1",
"file-loader": "^6.0.0",
Expand All @@ -72,4 +73,4 @@
"url": "https://github.com/oslabs-beta/SeeQR/issues"
},
"homepage": "https://github.com/oslabs-beta/SeeQR"
}
}

0 comments on commit da847cc

Please sign in to comment.