Skip to content

Commit 51b8e2d

Browse files
mymldengbo11
authored andcommitted
fix: linyaps.desktop not added to rpm spec
新增的desktop文件未添加到spec
1 parent 50fff63 commit 51b8e2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rpm/linglong.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release: 1
44
Summary: Linglong Package FrameWork
55
License: LGPLv3
66
URL: https://github.com/linuxdeepin/%{name}
7-
Source0: %{url}/archive/%{version}/linglong-%{version}.tar.gz
7+
Source0: %{url}/archive/%{version}/linglong-%{version}.tar
88

99
BuildRequires: cmake gcc-c++
1010
BuildRequires: qt5-qtbase-devel qt5-qtbase-private-devel
@@ -100,6 +100,7 @@ cd build
100100
%{_datadir}/%{name}/config.yaml
101101
%{_datadir}/mime/packages/*
102102
%{_datadir}/locale/*
103+
%{_datadir}/applications/*
103104

104105
%files -n linglong-builder
105106
%license LICENSE

0 commit comments

Comments
 (0)