Skip to content

Commit 82fcc82

Browse files
committed
new build, removed localization from LUM command
1 parent 80c7868 commit 82fcc82

File tree

8 files changed

+2292
-0
lines changed

8 files changed

+2292
-0
lines changed
Lines changed: 6 additions & 0 deletions
Loading

build-files/live-usb-maker-qt/live-usb-maker

Lines changed: 2216 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Name=Live USB Maker
4+
Name[am]=በ ቀጥታ-usb መፍጠሪያ
5+
Name[ca]=Creador de USB autònoms
6+
Name[cs]=Live USB Maker
7+
Name[de]=Live USB Erzeugung
8+
Name[el]=Δημιουργός Live-usb
9+
Name[es]=Construir Live-USB
10+
Name[fi]=Live USB Maker
11+
Name[fr]=Créateur de Live-usb
12+
Name[hi]=Live USB Maker
13+
Name[hu]=Live USB Maker
14+
Name[it]=Crea Live USB
15+
Name[ja]=Live USB Maker
16+
Name[kk]=Live USB Maker
17+
Name[lt]=Live USB Maker
18+
Name[nl]=Live USB Maker
19+
Name[pl]=Live USB Maker
20+
Name[pt]=Criar USB-executável
21+
Name[pt_BR]=Live USB Maker
22+
Name[ro]=Live USB Maker
23+
Name[ru]=Live USB Maker
24+
Name[sk]=Live USB Maker
25+
Name[sv]=Live USB Maker
26+
Name[tr]=Live USB Maker
27+
Name[uk]=Live USB Maker
28+
Name[zh_TW]=製作現場版 USB
29+
Comment=Create a full-featured live-usb
30+
Comment[am]=ሙሉlገጽታ በ ቀጥታ-usb መፍጠሪያ
31+
Comment[ca]=Crea un USB autònom complert
32+
Comment[cs]=Create a full-featured live-usb
33+
Comment[de]=Erzeugung eines voll ausgestatteten Live-USB-Sticks
34+
Comment[el]=Δημιούργησε live-usb με πλήρη χαρακτηριστικά
35+
Comment[es]=Construir Live-USB
36+
Comment[fi]=Create a full-featured live-usb
37+
Comment[fr]=Créer un live-usb complet
38+
Comment[hi]=Create a full-featured live-usb
39+
Comment[hu]=Create a full-featured live-usb
40+
Comment[it]=Crea una Live USB con tutte le funzionalità
41+
Comment[ja]=Create a full-featured live-usb
42+
Comment[kk]=Create a full-featured live-usb
43+
Comment[lt]=Create a full-featured live-usb
44+
Comment[nl]=Maak een volledig voorziene live-usb
45+
Comment[pl]=Create a full-featured live-usb
46+
Comment[pt]=Criar um sistema operativo, com todas as funcionalidades, num dispositivo USB [mx-live-usb-maker]
47+
Comment[pt_BR]=Create a full-featured live-usb
48+
Comment[ro]=Create a full-featured live-usb
49+
Comment[ru]=Create a full-featured live-usb
50+
Comment[sk]=Create a full-featured live-usb
51+
Comment[sv]=Skapa en live-usb med alla möjligheter
52+
Comment[tr]=Tam özellikli bir live-usb oluşturun
53+
Comment[uk]=Create a full-featured live-usb
54+
Comment[zh_TW]=創造功能完備的現場版 USB
55+
Exec=live-usb-maker-qt
56+
Terminal=false
57+
Type=Application
58+
Icon=drive-removable-media-usb
59+
Categories=System;
60+
NoDisplay=false
-1.28 KB
Binary file not shown.
57.8 KB
Binary file not shown.

build-files/pkg2appimage.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,16 @@ if [ ! -z "${_script}" ] ; then
359359
shell_execute $YAMLFILE _script
360360
fi
361361

362+
363+
###modification for lum-qt
362364
echo "copy in icon file and desktop file"
365+
cp ./usr/local/bin/* ./usr/bin
366+
cp ../live-usb-maker ./usr/bin
367+
cp ../live-usb-maker-qt.desktop ./usr/share/applications
368+
cp ../live-usb-maker-qt.desktop .
369+
cp ../drive-removable-media-usb.svg .
363370
read -n 1 -s -r -p 'press any key to close'
371+
###end modification
364372

365373
DESKTOP=$(find . -name '*.desktop' | sort | head -n 1)
366374

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
18.8.2 - new build, removing localization from the internal LUM command
2+
13
18.8.1 - first release based on mx-live-usb-maker (MX) and live-usb-maker (antix)

0 commit comments

Comments
 (0)