Skip to content

Commit

Permalink
- attempt to fix reapack..........
Browse files Browse the repository at this point in the history
  • Loading branch information
Zly-u committed Mar 16, 2024
1 parent 5fb9c8b commit 1a47782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Video/VideoAutoFlipper/Zly_VideoAutoFlipper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ do -- Allows to require scripts relatively to this current script's path.
local filename = debug.getinfo(1, "S").source:match("^@?(.+)$")
package.path = filename:match("^(.*)[\\/](.-)$") .. "/?.lua;" .. package.path
end

--
--[[===================================================]]--
--[[=================== HELPERS =======================]]--
--[[===================================================]]--
Expand Down
4 changes: 2 additions & 2 deletions Video/meta_VideoAutoFlipper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@metapackage
@description Video Auto-Flipper [YTPMV]
@author Zly
@version 1.0.0
@version 1.0.1
@provides
[main] .\VideoAutoFlipper\Zly_VideoAutoFlipper.lua
.\VideoAutoFlipper\images\*.png
Expand All @@ -16,5 +16,5 @@
- Has a tab for Helper functions.
- Has some brief FAQ page, just in case.
@changelog
- Init release.
- Removed ImGui demo script requirement.
--]]

0 comments on commit 1a47782

Please sign in to comment.