Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 24, 2024
1 parent 39dcaf5 commit a67b0da
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 112 deletions.
5 changes: 1 addition & 4 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,7 @@ includes("xmake/research.lua")

if is_mode("release") then
xpack("research") do
set_formats("nsis", "zip", "deb", "rpm", "srpm")
if is_plat ("linux") and linuxos.name() == "debian" then
set_specfile("debian")
end
set_formats("nsis", "zip", "rpm", "srpm")
set_author("Darcy Shen <shenda@ustc.edu>")
set_license("GPLv3")
set_licensefile(path.join(os.projectdir(), "LICENSE"))
Expand Down
5 changes: 0 additions & 5 deletions xmake/debian/changelog

This file was deleted.

24 changes: 0 additions & 24 deletions xmake/debian/control

This file was deleted.

17 changes: 0 additions & 17 deletions xmake/debian/copyright

This file was deleted.

61 changes: 0 additions & 61 deletions xmake/debian/rules

This file was deleted.

1 change: 0 additions & 1 deletion xmake/debian/source/format

This file was deleted.

0 comments on commit a67b0da

Please sign in to comment.