bash-script-maker 1.7.0__tar.gz → 1.9.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.7.0/bash_script_maker.egg-info → bash-script-maker-1.9.0}/PKG-INFO +1 -1
  2. bash-script-maker-1.9.0/VERSION +1 -0
  3. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/__version__.py +2 -2
  4. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0/bash_script_maker.egg-info}/PKG-INFO +1 -1
  5. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash_script_maker.py +242 -41
  6. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/install.sh +1 -1
  7. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/install_apt.sh +1 -1
  8. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/install_desktop_integration.sh +1 -1
  9. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/install_dnf.sh +1 -1
  10. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/pyproject.toml +1 -1
  11. bash-script-maker-1.7.0/VERSION +0 -1
  12. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/LICENSE +0 -0
  13. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/MANIFEST.in +0 -0
  14. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/README.md +0 -0
  15. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets/bash-script-maker-128.png +0 -0
  16. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets/bash-script-maker-16.png +0 -0
  17. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets/bash-script-maker-256.png +0 -0
  18. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets/bash-script-maker-32.png +0 -0
  19. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets/bash-script-maker-48.png +0 -0
  20. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets/bash-script-maker-64.png +0 -0
  21. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets/bash-script-maker.svg +0 -0
  22. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/assets.py +0 -0
  23. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash-script-maker.desktop +0 -0
  24. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash_script_maker.egg-info/SOURCES.txt +0 -0
  25. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash_script_maker.egg-info/dependency_links.txt +0 -0
  26. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash_script_maker.egg-info/entry_points.txt +0 -0
  27. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash_script_maker.egg-info/not-zip-safe +0 -0
  28. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash_script_maker.egg-info/requires.txt +0 -0
  29. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/bash_script_maker.egg-info/top_level.txt +0 -0
  30. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/beispiel_script.sh +0 -0
  31. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/compile_translations.py +0 -0
  32. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/create_release.sh +0 -0
  33. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/custom_dialogs.py +0 -0
  34. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/dev-requirements.txt +0 -0
  35. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/generate_icons.py +0 -0
  36. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/init_github.sh +0 -0
  37. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/locales/de/LC_MESSAGES/base.po +0 -0
  38. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/locales/en/LC_MESSAGES/base.po +0 -0
  39. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/localization.py +0 -0
  40. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/mein_script.sh +0 -0
  41. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/packages.txt +0 -0
  42. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/requirements.txt +0 -0
  43. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/setup.cfg +0 -0
  44. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/setup.py +0 -0
  45. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/setup_flatpak.py +0 -0
  46. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/start.sh +0 -0
  47. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/syntax_highlighter.py +0 -0
  48. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/test_installation.sh +0 -0
  49. {bash-script-maker-1.7.0 → bash-script-maker-1.9.0}/uninstall.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bash-script-maker
3
- Version: 1.7.0
3
+ Version: 1.9.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.9.0
@@ -4,5 +4,5 @@
4
4
  Version information for Bash-Script-Maker
5
5
  """
6
6
 
7
- __version__ = "1.7.0"
8
- __version_info__ = (1, 7, 0)
7
+ __version__ = "1.9.0"
8
+ __version_info__ = (1, 9, 0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bash-script-maker
3
- Version: 1.7.0
3
+ Version: 1.9.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
@@ -125,18 +125,26 @@ class AboutDialog(ttk.Toplevel):
125
125
  def __init__(self, parent):
126
126
  super().__init__(parent)
127
127
  self.title(_("Über Bash-Script-Maker"))
128
- self.geometry("450x350")
128
+ self.geometry("500x450")
129
+ self.resizable(False, False)
129
130
 
130
131
  container = ttk.Frame(self, padding=20)
131
132
  container.pack(fill=tk.BOTH, expand=True)
132
133
 
134
+ # Logo und Titel-Bereich
135
+ header_frame = ttk.Frame(container)
136
+ header_frame.pack(fill=tk.X, pady=(0, 20))
137
+
138
+ # Logo hinzufügen
139
+ self.add_logo_to_header(header_frame)
140
+
133
141
  title_label = ttk.Label(
134
- container,
142
+ header_frame,
135
143
  text="Bash-Script-Maker",
136
- font=("", 18, "bold"),
144
+ font=("Arial", 20, "bold"),
137
145
  bootstyle="primary",
138
146
  )
139
- title_label.pack(pady=(0, 10))
147
+ title_label.pack(pady=(10, 0))
140
148
 
141
149
  desc_text = _("Ein GUI-Programm zur einfachen Erstellung von Bash-Scripts.")
142
150
  desc_label = ttk.Label(container, text=desc_text, wraplength=400)
@@ -182,6 +190,44 @@ class AboutDialog(ttk.Toplevel):
182
190
  )
183
191
  version_label.pack(pady=(15, 0))
184
192
 
193
+ # Schließen-Button
194
+ close_btn = ttk.Button(
195
+ container, text=_("Schließen"), command=self.destroy, bootstyle="primary"
196
+ )
197
+ close_btn.pack(pady=(20, 0))
198
+
199
+ def add_logo_to_header(self, header_frame):
200
+ """Fügt das Logo zum About-Dialog-Header hinzu"""
201
+ try:
202
+ script_dir = os.path.dirname(os.path.abspath(__file__))
203
+ logo_path = os.path.join(script_dir, "assets", "bash-script-maker-64.png")
204
+
205
+ if os.path.exists(logo_path):
206
+ try:
207
+ from PIL import Image, ImageTk
208
+
209
+ # Logo für About-Dialog (64x64)
210
+ img = Image.open(logo_path)
211
+ logo_photo = ImageTk.PhotoImage(img)
212
+
213
+ logo_label = ttk.Label(header_frame, image=logo_photo)
214
+ logo_label.image = logo_photo # Referenz behalten
215
+ logo_label.pack(anchor=tk.CENTER)
216
+
217
+ except ImportError:
218
+ # Fallback: Großes Emoji
219
+ logo_label = ttk.Label(header_frame, text="🖥️", font=("Arial", 48))
220
+ logo_label.pack(anchor=tk.CENTER)
221
+ else:
222
+ # Fallback: Emoji
223
+ logo_label = ttk.Label(header_frame, text="🖥️", font=("Arial", 48))
224
+ logo_label.pack(anchor=tk.CENTER)
225
+
226
+ except Exception as e:
227
+ print(f"Fehler beim Hinzufügen des Logos zum About-Dialog: {e}")
228
+ # Minimaler Fallback
229
+ pass
230
+
185
231
 
186
232
  class ScriptInfoDialog(ttk.Toplevel):
187
233
  def __init__(self, parent, script_name, content):
@@ -330,48 +376,196 @@ class BashScriptMaker:
330
376
  print(f"Fehler beim Setzen des Icons: {e}")
331
377
 
332
378
  def add_logo_to_toolbar(self, toolbar):
333
- """Fügt das Logo zur Toolbar hinzu"""
379
+ """Fügt das Logo und den App-Namen zur Toolbar hinzu"""
334
380
  try:
381
+ # Logo-Container für bessere Anordnung
382
+ logo_container = ttk.Frame(toolbar)
383
+ logo_container.pack(side=tk.LEFT, padx=(0, 20), pady=15)
384
+
335
385
  # Pfad zum Icon ermitteln
336
386
  script_dir = os.path.dirname(os.path.abspath(__file__))
337
- logo_path = os.path.join(script_dir, "assets", "bash-script-maker-32.png")
338
-
387
+ logo_path = os.path.join(script_dir, "assets", "bash-script-maker-48.png")
388
+
339
389
  if os.path.exists(logo_path):
340
390
  try:
341
391
  from PIL import Image, ImageTk
342
-
343
- # Logo laden und für Toolbar optimieren
392
+
393
+ # Logo laden - größer für bessere Sichtbarkeit
344
394
  img = Image.open(logo_path)
345
- # Etwas kleiner für die Toolbar (24x24)
346
- img = img.resize((24, 24), Image.Resampling.LANCZOS)
395
+ # Optimale Größe für Toolbar (36x36)
396
+ img = img.resize((36, 36), Image.Resampling.LANCZOS)
347
397
  logo_photo = ImageTk.PhotoImage(img)
348
-
398
+
349
399
  # Logo-Label erstellen
350
- logo_label = ttk.Label(toolbar, image=logo_photo)
400
+ logo_label = ttk.Label(logo_container, image=logo_photo)
351
401
  logo_label.image = logo_photo # Referenz behalten
352
- logo_label.pack(side=tk.LEFT, padx=(0, 10), pady=20)
402
+ logo_label.pack(side=tk.LEFT, padx=(0, 8))
403
+
404
+ # App-Name-Label hinzufügen
405
+ name_label = ttk.Label(
406
+ logo_container,
407
+ text="Bash-Script-Maker",
408
+ font=("Arial", 12, "bold"),
409
+ foreground="#2c3e50", # Dunkle Farbe für bessere Lesbarkeit
410
+ )
411
+ name_label.pack(side=tk.LEFT, anchor=tk.CENTER)
412
+
413
+ # Version-Label (kleiner) hinzufügen
414
+ version_label = ttk.Label(
415
+ logo_container,
416
+ text=f"v{__version__}",
417
+ font=("Arial", 9),
418
+ foreground="#7f8c8d", # Grau für subtile Version
419
+ )
420
+ version_label.pack(side=tk.LEFT, padx=(5, 0), anchor=tk.CENTER)
421
+
422
+ # Tooltips hinzufügen
423
+ ToolTip(logo_label, text=f"Bash-Script-Maker v{__version__}")
424
+ ToolTip(name_label, text=f"Bash-Script-Maker v{__version__}")
425
+ ToolTip(version_label, text=f"Version {__version__}")
426
+
427
+ print("Logo und App-Name zur Toolbar hinzugefügt")
428
+
429
+ except ImportError:
430
+ # Fallback ohne PIL - verwende Text-Logo mit Name
431
+ logo_label = ttk.Label(logo_container, text="🖥️", font=("Arial", 24))
432
+ logo_label.pack(side=tk.LEFT, padx=(0, 8))
433
+
434
+ # App-Name auch im Fallback
435
+ name_label = ttk.Label(
436
+ logo_container,
437
+ text="Bash-Script-Maker",
438
+ font=("Arial", 12, "bold"),
439
+ )
440
+ name_label.pack(side=tk.LEFT, anchor=tk.CENTER)
441
+
442
+ version_label = ttk.Label(
443
+ logo_container, text=f"v{__version__}", font=("Arial", 9)
444
+ )
445
+ version_label.pack(side=tk.LEFT, padx=(5, 0), anchor=tk.CENTER)
446
+
447
+ # Tooltips
448
+ ToolTip(logo_label, text=f"Bash-Script-Maker v{__version__}")
449
+ ToolTip(name_label, text=f"Bash-Script-Maker v{__version__}")
450
+ ToolTip(version_label, text=f"Version {__version__}")
451
+
452
+ print("Text-Logo und App-Name zur Toolbar hinzugefügt")
453
+
454
+ else:
455
+ # Nur Text-Branding wenn kein Icon gefunden
456
+ name_label = ttk.Label(
457
+ logo_container,
458
+ text="🖥️ Bash-Script-Maker",
459
+ font=("Arial", 12, "bold"),
460
+ )
461
+ name_label.pack(side=tk.LEFT)
462
+
463
+ version_label = ttk.Label(
464
+ logo_container, text=f"v{__version__}", font=("Arial", 9)
465
+ )
466
+ version_label.pack(side=tk.LEFT, padx=(5, 0), anchor=tk.CENTER)
467
+
468
+ ToolTip(name_label, text=f"Bash-Script-Maker v{__version__}")
469
+ ToolTip(version_label, text=f"Version {__version__}")
470
+
471
+ print(f"Logo-Datei nicht gefunden: {logo_path}, verwende Text-Branding")
472
+
473
+ except Exception as e:
474
+ print(f"Fehler beim Hinzufügen des Logos: {e}")
475
+ # Minimaler Fallback
476
+ try:
477
+ fallback_label = ttk.Label(
478
+ toolbar, text="Bash-Script-Maker", font=("Arial", 10, "bold")
479
+ )
480
+ fallback_label.pack(side=tk.LEFT, padx=(0, 15), pady=20)
481
+ except:
482
+ pass
483
+
484
+ def create_header(self):
485
+ """Erstellt den Header-Bereich mit Logo, App-Titel und Version"""
486
+ header_frame = ttk.Frame(self.root, bootstyle="primary")
487
+ header_frame.pack(side=tk.TOP, fill=tk.X, padx=5, pady=(5, 10))
488
+
489
+ # Header-Container für bessere Kontrolle
490
+ header_container = ttk.Frame(header_frame)
491
+ header_container.pack(fill=tk.X, padx=15, pady=10)
492
+
493
+ # Logo (links)
494
+ logo_frame = ttk.Frame(header_container)
495
+ logo_frame.pack(side=tk.LEFT)
496
+
497
+ try:
498
+ script_dir = os.path.dirname(os.path.abspath(__file__))
499
+ logo_path = os.path.join(script_dir, "assets", "bash-script-maker-48.png")
500
+
501
+ if os.path.exists(logo_path):
502
+ try:
503
+ from PIL import Image, ImageTk
353
504
 
354
- # Tooltip hinzufügen
355
- ToolTip(logo_label, text="Bash-Script-Maker v" + __version__)
505
+ # Logo für Header (48x48)
506
+ img = Image.open(logo_path)
507
+ logo_photo = ImageTk.PhotoImage(img)
356
508
 
357
- print("Logo zur Toolbar hinzugefügt")
509
+ logo_label = ttk.Label(logo_frame, image=logo_photo)
510
+ logo_label.image = logo_photo # Referenz behalten
511
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
358
512
 
359
513
  except ImportError:
360
- # Fallback ohne PIL - verwende Text-Logo
361
- logo_label = ttk.Label(
362
- toolbar,
363
- text="🖥️",
364
- font=("Arial", 16)
365
- )
366
- logo_label.pack(side=tk.LEFT, padx=(0, 10), pady=20)
367
- ToolTip(logo_label, text="Bash-Script-Maker v" + __version__)
368
- print("Text-Logo zur Toolbar hinzugefügt")
369
-
514
+ # Fallback: Großes Emoji
515
+ logo_label = ttk.Label(logo_frame, text="🖥️", font=("Arial", 36))
516
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
370
517
  else:
371
- print(f"Logo-Datei nicht gefunden: {logo_path}")
518
+ # Fallback: Emoji
519
+ logo_label = ttk.Label(logo_frame, text="🖥️", font=("Arial", 36))
520
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
372
521
 
373
522
  except Exception as e:
374
- print(f"Fehler beim Hinzufügen des Logos: {e}")
523
+ print(f"Fehler beim Laden des Header-Logos: {e}")
524
+ # Minimaler Fallback
525
+ logo_label = ttk.Label(logo_frame, text="🖥️", font=("Arial", 24))
526
+ logo_label.pack(side=tk.LEFT, padx=(0, 15))
527
+
528
+ # Titel und Version (mittig-links)
529
+ title_frame = ttk.Frame(header_container)
530
+ title_frame.pack(side=tk.LEFT, fill=tk.X, expand=True)
531
+
532
+ # Haupttitel
533
+ title_label = ttk.Label(
534
+ title_frame,
535
+ text="Bash-Script-Maker",
536
+ font=("Arial", 24, "bold"),
537
+ bootstyle="inverse-primary"
538
+ )
539
+ title_label.pack(anchor=tk.W)
540
+
541
+ # Untertitel mit Version
542
+ subtitle_label = ttk.Label(
543
+ title_frame,
544
+ text=f"Version {__version__} - Professioneller Bash-Script-Generator",
545
+ font=("Arial", 11),
546
+ bootstyle="inverse-secondary"
547
+ )
548
+ subtitle_label.pack(anchor=tk.W, pady=(2, 0))
549
+
550
+ # Status-Info (rechts)
551
+ status_frame = ttk.Frame(header_container)
552
+ status_frame.pack(side=tk.RIGHT)
553
+
554
+ # Aktuelle Zeit/Datum als zusätzliche Info
555
+ import datetime
556
+ current_time = datetime.datetime.now().strftime("%d.%m.%Y")
557
+
558
+ info_label = ttk.Label(
559
+ status_frame,
560
+ text=f"Gestartet: {current_time}",
561
+ font=("Arial", 9),
562
+ bootstyle="inverse-secondary"
563
+ )
564
+ info_label.pack(anchor=tk.E)
565
+
566
+ # Separator-Linie unter dem Header
567
+ separator = ttk.Separator(self.root, orient=tk.HORIZONTAL)
568
+ separator.pack(side=tk.TOP, fill=tk.X, padx=5)
375
569
 
376
570
  def create_menu(self):
377
571
  """Erstellt das Menü der Anwendung"""
@@ -493,12 +687,12 @@ class BashScriptMaker:
493
687
  )
494
688
  status_bar.pack(side=tk.BOTTOM, fill=tk.X)
495
689
 
496
- # Toolbar ganz oben platzieren
497
- toolbar = ttk.Frame(self.root)
498
- toolbar.pack(side=tk.TOP, fill=tk.X, padx=5, pady=(5, 0))
690
+ # Header-Bereich für App-Titel und Logo
691
+ self.create_header()
499
692
 
500
- # Logo hinzufügen (links)
501
- self.add_logo_to_toolbar(toolbar)
693
+ # Toolbar für Buttons
694
+ toolbar = ttk.Frame(self.root)
695
+ toolbar.pack(side=tk.TOP, fill=tk.X, padx=5, pady=(0, 0))
502
696
 
503
697
  # Toolbar-Inhalte - LINKS
504
698
  btn_new = ttk.Button(
@@ -886,13 +1080,20 @@ class BashScriptMaker:
886
1080
  ScriptInfoDialog(self.root, self.script_name, content)
887
1081
 
888
1082
  def show_about(self):
889
- """Zeigt About-Dialog"""
890
- about_text = _(
891
- "Bash-Script-Maker ist ein GUI-Programm zur einfachen Erstellung von Bash-Scripts.\n\n"
892
- "Erstellt mit Python und Tkinter"
893
- )
894
-
895
- messagebox.showinfo(_("Über Bash-Script-Maker"), about_text)
1083
+ """Zeigt About-Dialog mit Logo"""
1084
+ try:
1085
+ about_dialog = AboutDialog(self.root)
1086
+ about_dialog.grab_set() # Modal dialog
1087
+ about_dialog.wait_window() # Warten bis Dialog geschlossen wird
1088
+ except Exception as e:
1089
+ # Fallback auf einfachen Dialog
1090
+ about_text = _(
1091
+ f"Bash-Script-Maker v{__version__}\n\n"
1092
+ "Ein GUI-Programm zur einfachen Erstellung von Bash-Scripts.\n\n"
1093
+ "Erstellt mit Python und Tkinter\n"
1094
+ "© 2024 SecureBits"
1095
+ )
1096
+ messagebox.showinfo(_("Über Bash-Script-Maker"), about_text)
896
1097
 
897
1098
  def open_documentation(self):
898
1099
  """Öffnet die README.md Datei im Standard-Browser."""
@@ -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.7.0"
7
+ version = "1.9.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.7.0