Skip to content

Commit a247b42

Browse files
committed
refactor: use projectId variable for icon name
1 parent 72cdd04 commit a247b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flathub_repo/build-flatpak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ln -s /app/$projectName/$executableName /app/bin/$executableName
3232
# Install the icon.
3333
iconDir=/app/share/icons/hicolor/scalable/apps
3434
mkdir -p $iconDir
35-
cp -r assets/icons/com.example.FlutterApp.svg $iconDir/
35+
cp -r assets/icons/$projectId.svg $iconDir/
3636

3737
# Install the desktop file.
3838
desktopFileDir=/app/share/applications

0 commit comments

Comments
 (0)