mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
Merge branch 'master' of github.com:FAUSheppy/ths-datenlogger
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,5 +11,4 @@ __py*
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.log
|
*.log
|
||||||
*.zip
|
*.zip
|
||||||
build/
|
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
6
src/build/settings/base.json
Normal file
6
src/build/settings/base.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"app_name": "datelogger-gui",
|
||||||
|
"author": "Yannik Schmidt",
|
||||||
|
"main_module": "src/main/python/main.py",
|
||||||
|
"version": "0.0.0"
|
||||||
|
}
|
||||||
6
src/build/settings/linux.json
Normal file
6
src/build/settings/linux.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"categories": "Utility;",
|
||||||
|
"description": "",
|
||||||
|
"author_email": "",
|
||||||
|
"url": ""
|
||||||
|
}
|
||||||
3
src/build/settings/mac.json
Normal file
3
src/build/settings/mac.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"mac_bundle_identifier": ""
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user