Skip to content

Commit

Permalink
added npm run build:exe command, added padding to 'td' - elements
Browse files Browse the repository at this point in the history
  • Loading branch information
EliDeh committed Aug 27, 2018
1 parent 6c3d25b commit 39ad3f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions signaturenDruck/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ tbody>tr:hover {
.tooltip-right {
top: -11px;
left: 125%;
}

td {
padding: 3px;
}
3 changes: 2 additions & 1 deletion signaturenDruck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "SignaturenDruck der ThULB",
"main": "main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"build:exe": "npx electron-builder --win --ia32"
},
"keywords": [
"Electron",
Expand Down

0 comments on commit 39ad3f4

Please sign in to comment.