Skip to content

Commit

Permalink
chore: update makerel.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Jun 17, 2023
1 parent 0546071 commit b86a4ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/makerel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ local version = ("%s-%s"):format(ver, rev)
local rs_name = ("catppuccin-%s.rockspec"):format(version)
print(ver, rev, version, rs_name)

assert(os.rename("catppuccin-dev-1.rockspec", rs_name))

local f_rockspec = assert(io.open(rs_name))
local f_rockspec = assert(io.open("catppuccin-dev-1.rockspec"))
local cont_rockspec = f_rockspec:read("*a")
:gsub("dev%-1", version)
:gsub("@VERSION@", "v"..version)
Expand Down

0 comments on commit b86a4ad

Please sign in to comment.