Skip to content

Commit

Permalink
ReaPackIndex-Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mespotine committed Feb 22, 2022
1 parent 89568a3 commit 732ee43
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 503 deletions.
8 changes: 4 additions & 4 deletions ultraschall_api/IniFiles/ultraschall_api.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Ultraschall-Api-Build]
API-Build=51037
API-Docs-FuncEngine=11985
API-Docs-Introduction=2985
API-Docs-ReaperApi=8842
API-Build=51050
API-Docs-FuncEngine=11986
API-Docs-Introduction=2986
API-Docs-ReaperApi=8854
DOC-Build=10400
Functions-Build=40537
GFX-Build=10237
Expand Down
6 changes: 3 additions & 3 deletions ultraschall_api/Scripts/Tools/Reapack-API-xml-generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ if C2vers~="" then C2vers="_"..C2vers end
--if lol==nil then return end
-- set this to the online-repo of the Ultraschall-API
--Url="https://raw.githubusercontent.com/Ultraschall/ultraschall-lua-api-for-reaper/Ultraschall-API4.00-beta2.71/"
Url="https://raw.githubusercontent.com/Ultraschall/ultraschall-lua-api-for-reaper/Ultraschall-API-"..C..""..""
Url="https://raw.githubusercontent.com/Ultraschall/ultraschall-lua-api-for-reaper/Ultraschall-API-"..C.."/"..""
--Url="file:///c:/Ultraschall-Api-Git-Repo/Ultraschall-Api-for-Reaper/" -- for reapindex-tests first
Url2="https://raw.githubusercontent.com/Ultraschall/ultraschall-lua-api-for-reaper/Ultraschall-API-"..C..""..""
Url2="https://raw.githubusercontent.com/Ultraschall/ultraschall-lua-api-for-reaper/Ultraschall-API-"..C.."/"..""

-- set this to the repository-folder of the api on your system
--Target_Dir="c:\\Ultraschall-Api-Git-Repo\\Ultraschall-Api-for-Reaper\\"
Expand Down Expand Up @@ -556,7 +556,7 @@ for i=1, #Devtools do
XML_file=XML_file.."\t<source main=\"true\" file=\"/"..Devtools[i]:match(".*/(.*)").."\" type=\"script\">"..Url.."/ultraschall_api/Scripts/"..Devtools[i].."</source>\n"
end

--print2(XML_file:sub(1,2000))
print3(XML_file:sub(1,2000))
--print(XML_end)

B=ultraschall.WriteValueToFile(Target_Dir.."/ultraschall_api_index-beta_rename_when_installing_it_works.xml", XML_start..XML_file..XML_end)
Expand Down
Binary file modified ultraschall_api4.3.zip
Binary file not shown.
Loading

0 comments on commit 732ee43

Please sign in to comment.