File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < title > Signaturendruck</ title >
77 < link rel ="stylesheet " type ="text/css " href ="./../css/index.css ">
88 < link rel ="stylesheet " type ="text/css " href ="./../css/preview.css ">
9- < link rel ="stylesheet " type ="text/css " href ="C:/Export/user.css ">
9+ < link rel ="stylesheet " type ="text/css " href ="C:/Export/SignaturenDruck/ user.css ">
1010 < link rel ="stylesheet " type ="text/css " href ="./../css/modal.css ">
1111 </ head >
1212
Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 ">
66 < title > Signaturendruck</ title >
77 < link rel ="stylesheet " type ="text/css " href ="./../css/print.css ">
8- < link rel ="stylesheet " type ="text/css " href ="C:/Export/print.css ">
8+ < link rel ="stylesheet " type ="text/css " href ="C:/Export/SignaturenDruck/ print.css ">
99 </ head >
1010
1111 < body >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const path = require('path')
99const url = require ( 'url' )
1010const fs = require ( 'fs' )
1111const Store = require ( 'electron-store' )
12- const config = new Store ( { cwd : 'C:\\Export\\' } )
12+ const config = new Store ( { cwd : 'C:\\Export\\SignaturenDruck ' } )
1313const cmd = require ( 'node-cmd' )
1414
1515const configNew = {
@@ -47,7 +47,7 @@ let winManual
4747function createWindow ( ) {
4848 checkConfig ( )
4949 checkDir ( './tmp' )
50- checkDir ( 'C:\\Export' )
50+ checkDir ( 'C:\\Export\\SignaturenDruck ' )
5151 // Create the browser window.
5252 if ( ! config . store . devMode ) {
5353 mainWindow = new BrowserWindow ( { width : 800 , height : 580 } )
@@ -87,7 +87,7 @@ function deleteJSON () {
8787
8888// checks if config file exists, else creates one
8989function checkConfig ( ) {
90- if ( fs . existsSync ( 'C:\\Export\\config.json' ) ) {
90+ if ( fs . existsSync ( 'C:\\Export\\SignaturenDruck\\ config.json' ) ) {
9191 if ( ! config . has ( 'defaultPath' ) ) {
9292 createConfig ( )
9393 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const ipc = require('electron').ipcRenderer
1919
2020// requires the electron-store module and initializes it
2121const Store = require ( 'electron-store' )
22- const config = new Store ( { cwd : 'C:\\Export\\' } )
22+ const config = new Store ( { cwd : 'C:\\Export\\SignaturenDruck ' } )
2323
2424// requires the dataExtract-module
2525const DataExtract = require ( './dataExtract.js' )
You can’t perform that action at this time.
0 commit comments