fix: .deb kurulumu — hicolor-icon-theme ile index.theme cakismasi giderildi, gercek dpkg -i testi gecti
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[Icon Theme]
|
||||
Name=Hicolor
|
||||
Comment=Fallback icon theme
|
||||
Directories=64x64/apps
|
||||
|
||||
[64x64/apps]
|
||||
Size=64
|
||||
Context=Applications
|
||||
Type=Fixed
|
||||
BIN
dist/imajviewer_1.0.0_amd64.deb
vendored
BIN
dist/imajviewer_1.0.0_amd64.deb
vendored
Binary file not shown.
3
dist/rebuild-deb.sh
vendored
3
dist/rebuild-deb.sh
vendored
@@ -39,8 +39,9 @@ MIME_FILE="$TMPDIR/pkg/usr/share/mime/packages/${APP}.xml"
|
||||
cp "${PROJECT_DIR}/deb/usr/share/mime/packages/${APP}.xml" "$MIME_FILE"
|
||||
chmod 644 "$MIME_FILE"
|
||||
|
||||
echo "• İkonlar ve hicolor tema indeksi kopyalanıyor…"
|
||||
echo "• İkonlar kopyalanıyor (index.theme hariç — hicolor-icon-theme sahipli)…"
|
||||
mkdir -p "$TMPDIR/pkg/usr/share/icons/hicolor"
|
||||
rm -f "$TMPDIR/pkg/usr/share/icons/hicolor/index.theme"
|
||||
cp -r "${PROJECT_DIR}/deb/usr/share/icons/hicolor/." "$TMPDIR/pkg/usr/share/icons/hicolor/"
|
||||
find "$TMPDIR/pkg/usr/share/icons/hicolor" -type f -exec chmod 644 {} +
|
||||
|
||||
|
||||
Reference in New Issue
Block a user