bash-script-maker 1.6.0__py3-none-any.whl → 1.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bash-script-maker
3
- Version: 1.6.0
3
+ Version: 1.6.1
4
4
  Summary: Ein GUI-Programm zur Erstellung von Bash-Scripts mit visueller Unterstützung
5
5
  Home-page: https://github.com/securebitsorg/bash-script-maker
6
6
  Author: Marcel Dellmann
@@ -0,0 +1,11 @@
1
+ assets.py,sha256=QMUllYA8CPAdu5ulDGRZm3opmimFSSAllUCol_RylmA,1012
2
+ bash_script_maker.py,sha256=IE1yLiQytx1fIHIFpJHCfXzequ4MywUMdaR8m-GhK_8,33796
3
+ custom_dialogs.py,sha256=Rr3jXuuZFRDNSBiM2sHcKhix3yiacvQkp6eluozwzmk,9243
4
+ localization.py,sha256=6Dbyf8qG-p6_vUDPoBTtVBnSixO7_gLVtPnuIC4Fchs,1344
5
+ syntax_highlighter.py,sha256=1umHO8lhhb_FxomXS3Yiub-KTWtBymt60ct5Www3boU,34954
6
+ bash_script_maker-1.6.1.dist-info/LICENSE,sha256=G-uFRliqQDtsMvClHiUhNBw84dKRzqodui4tIRPJta8,2334
7
+ bash_script_maker-1.6.1.dist-info/METADATA,sha256=LAg28yNQkToJCBt1M4V2-vC_sjEH-xpRc6jwGS7WuQg,14847
8
+ bash_script_maker-1.6.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
+ bash_script_maker-1.6.1.dist-info/entry_points.txt,sha256=jof_Nbub3hvayvOeVKrYpFDadAkCSUA3rqT7n61WED8,119
10
+ bash_script_maker-1.6.1.dist-info/top_level.txt,sha256=aQp35H7s1JAeQ5IhRLDUS7D-u5ob4IEsGv4ItOv5Afo,72
11
+ bash_script_maker-1.6.1.dist-info/RECORD,,
bash_script_maker.py CHANGED
@@ -267,7 +267,7 @@ class BashScriptMaker:
267
267
  script_dir = os.path.dirname(os.path.abspath(__file__))
268
268
 
269
269
  # Icon-Größen die wir haben
270
- icon_sizes = [16, 32, 48, 64, 128]
270
+ icon_sizes = [16, 32, 48, 64, 128, 256]
271
271
  icon_files = []
272
272
 
273
273
  # Verfügbare Icon-Dateien sammeln
@@ -1,11 +0,0 @@
1
- assets.py,sha256=QMUllYA8CPAdu5ulDGRZm3opmimFSSAllUCol_RylmA,1012
2
- bash_script_maker.py,sha256=21r5cV3KKTH9kIUqq-eX2FguINwrXeqis-iUzQ0YzFc,33791
3
- custom_dialogs.py,sha256=Rr3jXuuZFRDNSBiM2sHcKhix3yiacvQkp6eluozwzmk,9243
4
- localization.py,sha256=6Dbyf8qG-p6_vUDPoBTtVBnSixO7_gLVtPnuIC4Fchs,1344
5
- syntax_highlighter.py,sha256=1umHO8lhhb_FxomXS3Yiub-KTWtBymt60ct5Www3boU,34954
6
- bash_script_maker-1.6.0.dist-info/LICENSE,sha256=G-uFRliqQDtsMvClHiUhNBw84dKRzqodui4tIRPJta8,2334
7
- bash_script_maker-1.6.0.dist-info/METADATA,sha256=XTIN8Kt2LzBukzflxc0WlnNNOO1R8GctUbbpMPcHvMk,14847
8
- bash_script_maker-1.6.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- bash_script_maker-1.6.0.dist-info/entry_points.txt,sha256=jof_Nbub3hvayvOeVKrYpFDadAkCSUA3rqT7n61WED8,119
10
- bash_script_maker-1.6.0.dist-info/top_level.txt,sha256=aQp35H7s1JAeQ5IhRLDUS7D-u5ob4IEsGv4ItOv5Afo,72
11
- bash_script_maker-1.6.0.dist-info/RECORD,,