bash-script-maker 1.8.0__tar.gz → 1.11.0__tar.gz

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.
Files changed (49) hide show
  1. {bash-script-maker-1.8.0/bash_script_maker.egg-info → bash-script-maker-1.11.0}/PKG-INFO +1 -1
  2. bash-script-maker-1.11.0/VERSION +1 -0
  3. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/__version__.py +2 -2
  4. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0/bash_script_maker.egg-info}/PKG-INFO +1 -1
  5. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash_script_maker.py +197 -71
  6. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/install.sh +1 -1
  7. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/install_apt.sh +1 -1
  8. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/install_desktop_integration.sh +1 -1
  9. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/install_dnf.sh +1 -1
  10. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/pyproject.toml +1 -1
  11. bash-script-maker-1.8.0/VERSION +0 -1
  12. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/LICENSE +0 -0
  13. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/MANIFEST.in +0 -0
  14. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/README.md +0 -0
  15. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets/bash-script-maker-128.png +0 -0
  16. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets/bash-script-maker-16.png +0 -0
  17. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets/bash-script-maker-256.png +0 -0
  18. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets/bash-script-maker-32.png +0 -0
  19. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets/bash-script-maker-48.png +0 -0
  20. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets/bash-script-maker-64.png +0 -0
  21. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets/bash-script-maker.svg +0 -0
  22. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/assets.py +0 -0
  23. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash-script-maker.desktop +0 -0
  24. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash_script_maker.egg-info/SOURCES.txt +0 -0
  25. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash_script_maker.egg-info/dependency_links.txt +0 -0
  26. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash_script_maker.egg-info/entry_points.txt +0 -0
  27. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash_script_maker.egg-info/not-zip-safe +0 -0
  28. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash_script_maker.egg-info/requires.txt +0 -0
  29. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/bash_script_maker.egg-info/top_level.txt +0 -0
  30. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/beispiel_script.sh +0 -0
  31. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/compile_translations.py +0 -0
  32. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/create_release.sh +0 -0
  33. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/custom_dialogs.py +0 -0
  34. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/dev-requirements.txt +0 -0
  35. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/generate_icons.py +0 -0
  36. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/init_github.sh +0 -0
  37. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/locales/de/LC_MESSAGES/base.po +0 -0
  38. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/locales/en/LC_MESSAGES/base.po +0 -0
  39. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/localization.py +0 -0
  40. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/mein_script.sh +0 -0
  41. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/packages.txt +0 -0
  42. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/requirements.txt +0 -0
  43. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/setup.cfg +0 -0
  44. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/setup.py +0 -0
  45. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/setup_flatpak.py +0 -0
  46. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/start.sh +0 -0
  47. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/syntax_highlighter.py +0 -0
  48. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/test_installation.sh +0 -0
  49. {bash-script-maker-1.8.0 → bash-script-maker-1.11.0}/uninstall.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bash-script-maker
3
- Version: 1.8.0
3
+ Version: 1.11.0
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 @@
1
+ 1.11.0
@@ -4,5 +4,5 @@
4
4
  Version information for Bash-Script-Maker
5
5
  """
6
6
 
7
- __version__ = "1.8.0"
8
- __version_info__ = (1, 8, 0)
7
+ __version__ = "1.11.0"
8
+ __version_info__ = (1, 11, 0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bash-script-maker
3
- Version: 1.8.0
3
+ Version: 1.11.0
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
@@ -4,10 +4,66 @@
4
4
  Bash-Script-Maker - Ein GUI-Programm zur Erstellung von Bash-Scripts
5
5
  """
6
6
 
7
- try:
8
- from __version__ import __version__
9
- except ImportError:
10
- __version__ = "1.2.1"
7
+
8
+ def get_version():
9
+ """Ermittelt die aktuelle Version dynamisch"""
10
+ import os
11
+
12
+ # 1. Versuche __version__.py zu importieren
13
+ try:
14
+ from __version__ import __version__
15
+
16
+ return __version__
17
+ except ImportError:
18
+ pass
19
+
20
+ # 2. Versuche VERSION Datei zu lesen
21
+ try:
22
+ script_dir = os.path.dirname(os.path.abspath(__file__))
23
+ version_file = os.path.join(script_dir, "VERSION")
24
+ if os.path.exists(version_file):
25
+ with open(version_file, "r", encoding="utf-8") as f:
26
+ return f.read().strip()
27
+ except Exception:
28
+ pass
29
+
30
+ # 3. Versuche pyproject.toml zu parsen
31
+ try:
32
+ script_dir = os.path.dirname(os.path.abspath(__file__))
33
+ pyproject_file = os.path.join(script_dir, "pyproject.toml")
34
+ if os.path.exists(pyproject_file):
35
+ with open(pyproject_file, "r", encoding="utf-8") as f:
36
+ content = f.read()
37
+ import re
38
+
39
+ match = re.search(r'version\s*=\s*"([^"]+)"', content)
40
+ if match:
41
+ return match.group(1)
42
+ except Exception:
43
+ pass
44
+
45
+ # 4. Versuche Git-Tag zu ermitteln (falls in Git-Repository)
46
+ try:
47
+ import subprocess
48
+
49
+ result = subprocess.run(
50
+ ["git", "describe", "--tags", "--abbrev=0"],
51
+ capture_output=True,
52
+ text=True,
53
+ cwd=os.path.dirname(os.path.abspath(__file__)),
54
+ )
55
+ if result.returncode == 0:
56
+ tag = result.stdout.strip()
57
+ # Entferne 'v' Präfix falls vorhanden
58
+ return tag.lstrip("v")
59
+ except Exception:
60
+ pass
61
+
62
+ # 5. Fallback
63
+ return "1.9.0"
64
+
65
+
66
+ __version__ = get_version()
11
67
 
12
68
  import tkinter as tk
13
69
  from tkinter import scrolledtext, messagebox
@@ -134,7 +190,7 @@ class AboutDialog(ttk.Toplevel):
134
190
  # Logo und Titel-Bereich
135
191
  header_frame = ttk.Frame(container)
136
192
  header_frame.pack(fill=tk.X, pady=(0, 20))
137
-
193
+
138
194
  # Logo hinzufügen
139
195
  self.add_logo_to_header(header_frame)
140
196
 
@@ -192,10 +248,7 @@ class AboutDialog(ttk.Toplevel):
192
248
 
193
249
  # Schließen-Button
194
250
  close_btn = ttk.Button(
195
- container,
196
- text=_("Schließen"),
197
- command=self.destroy,
198
- bootstyle="primary"
251
+ container, text=_("Schließen"), command=self.destroy, bootstyle="primary"
199
252
  )
200
253
  close_btn.pack(pady=(20, 0))
201
254
 
@@ -204,36 +257,28 @@ class AboutDialog(ttk.Toplevel):
204
257
  try:
205
258
  script_dir = os.path.dirname(os.path.abspath(__file__))
206
259
  logo_path = os.path.join(script_dir, "assets", "bash-script-maker-64.png")
207
-
260
+
208
261
  if os.path.exists(logo_path):
209
262
  try:
210
263
  from PIL import Image, ImageTk
211
-
264
+
212
265
  # Logo für About-Dialog (64x64)
213
266
  img = Image.open(logo_path)
214
267
  logo_photo = ImageTk.PhotoImage(img)
215
-
268
+
216
269
  logo_label = ttk.Label(header_frame, image=logo_photo)
217
270
  logo_label.image = logo_photo # Referenz behalten
218
271
  logo_label.pack(anchor=tk.CENTER)
219
-
272
+
220
273
  except ImportError:
221
274
  # Fallback: Großes Emoji
222
- logo_label = ttk.Label(
223
- header_frame,
224
- text="🖥️",
225
- font=("Arial", 48)
226
- )
275
+ logo_label = ttk.Label(header_frame, text="🖥️", font=("Arial", 48))
227
276
  logo_label.pack(anchor=tk.CENTER)
228
277
  else:
229
278
  # Fallback: Emoji
230
- logo_label = ttk.Label(
231
- header_frame,
232
- text="🖥️",
233
- font=("Arial", 48)
234
- )
279
+ logo_label = ttk.Label(header_frame, text="🖥️", font=("Arial", 48))
235
280
  logo_label.pack(anchor=tk.CENTER)
236
-
281
+
237
282
  except Exception as e:
238
283
  print(f"Fehler beim Hinzufügen des Logos zum About-Dialog: {e}")
239
284
  # Minimaler Fallback
@@ -392,112 +437,193 @@ class BashScriptMaker:
392
437
  # Logo-Container für bessere Anordnung
393
438
  logo_container = ttk.Frame(toolbar)
394
439
  logo_container.pack(side=tk.LEFT, padx=(0, 20), pady=15)
395
-
440
+
396
441
  # Pfad zum Icon ermitteln
397
442
  script_dir = os.path.dirname(os.path.abspath(__file__))
398
443
  logo_path = os.path.join(script_dir, "assets", "bash-script-maker-48.png")
399
-
444
+
400
445
  if os.path.exists(logo_path):
401
446
  try:
402
447
  from PIL import Image, ImageTk
403
-
448
+
404
449
  # Logo laden - größer für bessere Sichtbarkeit
405
450
  img = Image.open(logo_path)
406
451
  # Optimale Größe für Toolbar (36x36)
407
452
  img = img.resize((36, 36), Image.Resampling.LANCZOS)
408
453
  logo_photo = ImageTk.PhotoImage(img)
409
-
454
+
410
455
  # Logo-Label erstellen
411
456
  logo_label = ttk.Label(logo_container, image=logo_photo)
412
457
  logo_label.image = logo_photo # Referenz behalten
413
458
  logo_label.pack(side=tk.LEFT, padx=(0, 8))
414
-
459
+
415
460
  # App-Name-Label hinzufügen
416
461
  name_label = ttk.Label(
417
- logo_container,
418
- text="Bash-Script-Maker",
462
+ logo_container,
463
+ text="Bash-Script-Maker",
419
464
  font=("Arial", 12, "bold"),
420
- foreground="#2c3e50" # Dunkle Farbe für bessere Lesbarkeit
465
+ foreground="#2c3e50", # Dunkle Farbe für bessere Lesbarkeit
421
466
  )
422
467
  name_label.pack(side=tk.LEFT, anchor=tk.CENTER)
423
-
468
+
424
469
  # Version-Label (kleiner) hinzufügen
425
470
  version_label = ttk.Label(
426
- logo_container,
427
- text=f"v{__version__}",
471
+ logo_container,
472
+ text=f"v{__version__}",
428
473
  font=("Arial", 9),
429
- foreground="#7f8c8d" # Grau für subtile Version
474
+ foreground="#7f8c8d", # Grau für subtile Version
430
475
  )
431
476
  version_label.pack(side=tk.LEFT, padx=(5, 0), anchor=tk.CENTER)
432
-
477
+
433
478
  # Tooltips hinzufügen
434
479
  ToolTip(logo_label, text=f"Bash-Script-Maker v{__version__}")
435
480
  ToolTip(name_label, text=f"Bash-Script-Maker v{__version__}")
436
481
  ToolTip(version_label, text=f"Version {__version__}")
437
-
482
+
438
483
  print("Logo und App-Name zur Toolbar hinzugefügt")
439
-
484
+
440
485
  except ImportError:
441
486
  # Fallback ohne PIL - verwende Text-Logo mit Name
442
- logo_label = ttk.Label(
443
- logo_container,
444
- text="🖥️",
445
- font=("Arial", 24)
446
- )
487
+ logo_label = ttk.Label(logo_container, text="🖥️", font=("Arial", 24))
447
488
  logo_label.pack(side=tk.LEFT, padx=(0, 8))
448
-
489
+
449
490
  # App-Name auch im Fallback
450
491
  name_label = ttk.Label(
451
- logo_container,
452
- text="Bash-Script-Maker",
453
- font=("Arial", 12, "bold")
492
+ logo_container,
493
+ text="Bash-Script-Maker",
494
+ font=("Arial", 12, "bold"),
454
495
  )
455
496
  name_label.pack(side=tk.LEFT, anchor=tk.CENTER)
456
-
497
+
457
498
  version_label = ttk.Label(
458
- logo_container,
459
- text=f"v{__version__}",
460
- font=("Arial", 9)
499
+ logo_container, text=f"v{__version__}", font=("Arial", 9)
461
500
  )
462
501
  version_label.pack(side=tk.LEFT, padx=(5, 0), anchor=tk.CENTER)
463
-
502
+
464
503
  # Tooltips
465
504
  ToolTip(logo_label, text=f"Bash-Script-Maker v{__version__}")
466
505
  ToolTip(name_label, text=f"Bash-Script-Maker v{__version__}")
467
506
  ToolTip(version_label, text=f"Version {__version__}")
468
-
507
+
469
508
  print("Text-Logo und App-Name zur Toolbar hinzugefügt")
470
-
509
+
471
510
  else:
472
511
  # Nur Text-Branding wenn kein Icon gefunden
473
512
  name_label = ttk.Label(
474
- logo_container,
475
- text="🖥️ Bash-Script-Maker",
476
- font=("Arial", 12, "bold")
513
+ logo_container,
514
+ text="🖥️ Bash-Script-Maker",
515
+ font=("Arial", 12, "bold"),
477
516
  )
478
517
  name_label.pack(side=tk.LEFT)
479
-
518
+
480
519
  version_label = ttk.Label(
481
- logo_container,
482
- text=f"v{__version__}",
483
- font=("Arial", 9)
520
+ logo_container, text=f"v{__version__}", font=("Arial", 9)
484
521
  )
485
522
  version_label.pack(side=tk.LEFT, padx=(5, 0), anchor=tk.CENTER)
486
-
523
+
487
524
  ToolTip(name_label, text=f"Bash-Script-Maker v{__version__}")
488
525
  ToolTip(version_label, text=f"Version {__version__}")
489
-
526
+
490
527
  print(f"Logo-Datei nicht gefunden: {logo_path}, verwende Text-Branding")
491
-
528
+
492
529
  except Exception as e:
493
530
  print(f"Fehler beim Hinzufügen des Logos: {e}")
494
531
  # Minimaler Fallback
495
532
  try:
496
- fallback_label = ttk.Label(toolbar, text="Bash-Script-Maker", font=("Arial", 10, "bold"))
533
+ fallback_label = ttk.Label(
534
+ toolbar, text="Bash-Script-Maker", font=("Arial", 10, "bold")
535
+ )
497
536
  fallback_label.pack(side=tk.LEFT, padx=(0, 15), pady=20)
498
537
  except:
499
538
  pass
500
539
 
540
+ def create_header(self):
541
+ """Erstellt den Header-Bereich mit Logo, App-Titel und Version"""
542
+ header_frame = ttk.Frame(self.root, bootstyle="primary")
543
+ header_frame.pack(side=tk.TOP, fill=tk.X, padx=5, pady=(5, 10))
544
+
545
+ # Header-Container für bessere Kontrolle
546
+ header_container = ttk.Frame(header_frame)
547
+ header_container.pack(fill=tk.X, padx=15, pady=10)
548
+
549
+ # Logo (links)
550
+ logo_frame = ttk.Frame(header_container)
551
+ logo_frame.pack(side=tk.LEFT)
552
+
553
+ try:
554
+ script_dir = os.path.dirname(os.path.abspath(__file__))
555
+ logo_path = os.path.join(script_dir, "assets", "bash-script-maker-48.png")
556
+
557
+ if os.path.exists(logo_path):
558
+ try:
559
+ from PIL import Image, ImageTk
560
+
561
+ # Logo für Header (48x48)
562
+ img = Image.open(logo_path)
563
+ logo_photo = ImageTk.PhotoImage(img)
564
+
565
+ logo_label = ttk.Label(logo_frame, image=logo_photo)
566
+ logo_label.image = logo_photo # Referenz behalten
567
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
568
+
569
+ except ImportError:
570
+ # Fallback: Großes Emoji
571
+ logo_label = ttk.Label(logo_frame, text="🖥️", font=("Arial", 36))
572
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
573
+ else:
574
+ # Fallback: Emoji
575
+ logo_label = ttk.Label(logo_frame, text="🖥️", font=("Arial", 36))
576
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
577
+
578
+ except Exception as e:
579
+ print(f"Fehler beim Laden des Header-Logos: {e}")
580
+ # Minimaler Fallback
581
+ logo_label = ttk.Label(logo_frame, text="🖥️", font=("Arial", 24))
582
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
583
+
584
+ # Titel und Version (mittig-links)
585
+ title_frame = ttk.Frame(header_container)
586
+ title_frame.pack(side=tk.LEFT, fill=tk.X, expand=True)
587
+
588
+ # Haupttitel
589
+ title_label = ttk.Label(
590
+ title_frame,
591
+ text="Bash-Script-Maker",
592
+ font=("Arial", 24, "bold"),
593
+ bootstyle="inverse-primary",
594
+ )
595
+ title_label.pack(anchor=tk.W)
596
+
597
+ # Untertitel mit Version
598
+ subtitle_label = ttk.Label(
599
+ title_frame,
600
+ text=f"Version {__version__} - Professioneller Bash-Script-Generator",
601
+ font=("Arial", 11),
602
+ bootstyle="inverse-secondary",
603
+ )
604
+ subtitle_label.pack(anchor=tk.W, pady=(2, 0))
605
+
606
+ # Status-Info (rechts)
607
+ status_frame = ttk.Frame(header_container)
608
+ status_frame.pack(side=tk.RIGHT)
609
+
610
+ # Aktuelle Zeit/Datum als zusätzliche Info
611
+ import datetime
612
+
613
+ current_time = datetime.datetime.now().strftime("%d.%m.%Y")
614
+
615
+ info_label = ttk.Label(
616
+ status_frame,
617
+ text=f"Gestartet: {current_time}",
618
+ font=("Arial", 9),
619
+ bootstyle="inverse-secondary",
620
+ )
621
+ info_label.pack(anchor=tk.E)
622
+
623
+ # Separator-Linie unter dem Header
624
+ separator = ttk.Separator(self.root, orient=tk.HORIZONTAL)
625
+ separator.pack(side=tk.TOP, fill=tk.X, padx=5)
626
+
501
627
  def create_menu(self):
502
628
  """Erstellt das Menü der Anwendung"""
503
629
  menubar = tk.Menu(self.root)
@@ -618,12 +744,12 @@ class BashScriptMaker:
618
744
  )
619
745
  status_bar.pack(side=tk.BOTTOM, fill=tk.X)
620
746
 
621
- # Toolbar ganz oben platzieren
622
- toolbar = ttk.Frame(self.root)
623
- toolbar.pack(side=tk.TOP, fill=tk.X, padx=5, pady=(5, 0))
747
+ # Header-Bereich für App-Titel und Logo
748
+ self.create_header()
624
749
 
625
- # Logo hinzufügen (links)
626
- self.add_logo_to_toolbar(toolbar)
750
+ # Toolbar für Buttons
751
+ toolbar = ttk.Frame(self.root)
752
+ toolbar.pack(side=tk.TOP, fill=tk.X, padx=5, pady=(0, 0))
627
753
 
628
754
  # Toolbar-Inhalte - LINKS
629
755
  btn_new = ttk.Button(
@@ -304,7 +304,7 @@ if main_installation; then
304
304
  Name=Bash-Script-Maker
305
305
  Comment=Ein GUI-Programm zur Erstellung von Bash-Scripts
306
306
  Exec=$HOME/.local/bin/bash-script-maker
307
- Icon=$HOME/.local/share/icons/hicolor/scalable/apps/bash-script-maker.svg
307
+ Icon=bash-script-maker
308
308
  Terminal=false
309
309
  Type=Application
310
310
  Categories=Development;Utility;TextEditor;
@@ -170,7 +170,7 @@ if [ -f "bash-script-maker.desktop" ] && [ -f "assets/bash-script-maker.svg" ];
170
170
  Name=Bash-Script-Maker
171
171
  Comment=Ein GUI-Programm zur Erstellung von Bash-Scripts
172
172
  Exec=$HOME/.local/bin/bash-script-maker
173
- Icon=$HOME/.local/share/icons/hicolor/scalable/apps/bash-script-maker.svg
173
+ Icon=bash-script-maker
174
174
  Terminal=false
175
175
  Type=Application
176
176
  Categories=Development;Utility;TextEditor;
@@ -49,7 +49,7 @@ if cat > ~/.local/share/applications/bash-script-maker.desktop << EOF
49
49
  Name=Bash-Script-Maker
50
50
  Comment=Ein GUI-Programm zur Erstellung von Bash-Scripts
51
51
  Exec=$HOME/.local/bin/bash-script-maker
52
- Icon=$HOME/.local/share/icons/hicolor/scalable/apps/bash-script-maker.svg
52
+ Icon=bash-script-maker
53
53
  Terminal=false
54
54
  Type=Application
55
55
  Categories=Development;Utility;TextEditor;
@@ -163,7 +163,7 @@ if [ -f "bash-script-maker.desktop" ] && [ -f "assets/bash-script-maker.svg" ];
163
163
  Name=Bash-Script-Maker
164
164
  Comment=Ein GUI-Programm zur Erstellung von Bash-Scripts
165
165
  Exec=$HOME/.local/bin/bash-script-maker
166
- Icon=$HOME/.local/share/icons/hicolor/scalable/apps/bash-script-maker.svg
166
+ Icon=bash-script-maker
167
167
  Terminal=false
168
168
  Type=Application
169
169
  Categories=Development;Utility;TextEditor;
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "bash-script-maker"
7
- version = "1.8.0"
7
+ version = "1.11.0"
8
8
  description = "Ein GUI-Programm zur Erstellung von Bash-Scripts mit visueller Unterstützung"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -1 +0,0 @@
1
- 1.8.0