diff --git a/TuxBuild/bananaSPLIT b/TuxBuild/SPEx similarity index 98% rename from TuxBuild/bananaSPLIT rename to TuxBuild/SPEx index 9bf64df..a0ed5a1 100755 Binary files a/TuxBuild/bananaSPLIT and b/TuxBuild/SPEx differ diff --git a/TuxBuild/bananasplit.ico b/TuxBuild/bananasplit.ico deleted file mode 100644 index 4eae052..0000000 Binary files a/TuxBuild/bananasplit.ico and /dev/null differ diff --git a/TuxBuild/conf/defaults.json b/TuxBuild/conf/defaults.json index ba10dfb..e9e4504 100644 --- a/TuxBuild/conf/defaults.json +++ b/TuxBuild/conf/defaults.json @@ -1,11 +1,13 @@ { - "version": "v1.3b", + "version": "v1.41", "paths": { "lastUsed": "defaults.json", "configurationPath": "./conf/", - "INworkPath": "/home/", - "OUTworkPath": "/home/", - "fileList": [] + "INworkPath": "C://", + "OUTworkPath": "C://", + "fileList": [ + "bdlog.txt" + ] }, "docStruct": { "fileVersNew": false, @@ -36,6 +38,7 @@ } }, "settings": { + "uiLang": "en", "winW": 800, "winH": 700, "encoding": "windows-1252", diff --git a/TuxBuild/conf/linux.json b/TuxBuild/conf/linux.json new file mode 100644 index 0000000..d3cff84 --- /dev/null +++ b/TuxBuild/conf/linux.json @@ -0,0 +1,67 @@ +{ + "version": "v1.3", + "paths": { + "lastUsed": "linux.json", + "configurationPath": "./conf/", + "INworkPath": "/home/", + "OUTworkPath": "/home/", + "fileList": [] + }, + "docStruct": { + "fileVersNew": false, + "language": "English", + "languageIdx": 1, + "docSep": "\\s*Copyright [(0-9)]+", + "beginOfDocument": "\\s*Body", + "endOfDocument": "\\s*End of Document", + "dateFormat": "{month} {day:d}, {year:d}{}", + "outPrefix": "", + "outSuffix": "", + "outExt": ".txt", + "outDateType": "jpn", + "outNameFormat": "", + "outDate": true, + "outTitle": true, + "outNumber": true, + "numberPos": 1, + "datePos": 2, + "titlePos": 3, + "maxTitleLen": 16, + "outNameSep": "-", + "customSep": "=", + "dateFormats": { + "jpn": "{year:04d}{month:02d}{day:02d}", + "it": "{day:02d}{month:02d}{year:04d}", + "usa": "{month:02d}{year:04d}{day:02d}" + } + }, + "settings": { + "winW": 800, + "winH": 700, + "encoding": "windows-1252", + "monthPosition": 0, + "getNewsPaperName": true, + "nameNotFoundStr": "ND", + "includeTitle": true, + "removeDuplicates": true, + "showSkipped": false, + "showRemovedDuplicates": false, + "loadTXT": true, + "loadDOCX": false, + "removeOldFiles": true, + "saveSeparateFiles": true, + "saveBodyFile": true, + "saveBodyNumber": true, + "delLF": false, + "delWordBreak": true, + "delChars": [ + "'", + "@", + "#", + "$", + "%", + "^", + "&" + ] + } +} \ No newline at end of file diff --git a/TuxBuild/logo.ico b/TuxBuild/logo.ico new file mode 100644 index 0000000..f12b602 Binary files /dev/null and b/TuxBuild/logo.ico differ diff --git a/bananaSPLIT/SPEx.spec b/bananaSPLIT/SPEx.spec new file mode 100644 index 0000000..4cb35c1 --- /dev/null +++ b/bananaSPLIT/SPEx.spec @@ -0,0 +1,33 @@ +# -*- mode: python ; coding: utf-8 -*- + +block_cipher = None + + +a = Analysis(['guimain.py'], + pathex=['./libbananasplit', './UserInterface/compiledUI', '/home/emanuele/Documents/LocalEclipseWorkspace/bananaSPLIT/bananaSPLIT'], + binaries=[], + datas=[('/home/emanuele/.local/lib/python3.6/site-packages/text_unidecode/data.bin', './text_unidecode')], + hiddenimports=['mainwindow'], + hookspath=[], + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False) +pyz = PYZ(a.pure, a.zipped_data, + cipher=block_cipher) +exe = EXE(pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + [], + name='SPEx', + debug=False, + bootloader_ignore_signals=False, + strip=True, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=False , icon='UserInterface/resources/icons/logo.png')