Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit b0ea9ed

Browse files
committed
run build after update
1 parent 24595a6 commit b0ea9ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/strive/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,9 @@ function Plugin:update(skip_check)
13161316
end
13171317

13181318
ui:update_entry(self.name, self.status, update_info)
1319+
if self.run_action then
1320+
self:load(true)
1321+
end
13191322
callback(true, 'updated')
13201323
else
13211324
self.status = STATUS.ERROR

0 commit comments

Comments
 (0)