跳到主内容

Location of CaptureOnePlugin.vsix ?

评论

2 条评论

  • X4CODE

    Didnt find it either, i used their example as "starting Project"

    0
  • j0rt

    I did this:

     

    Open the project using vs (the csproj file extention)
    then read README
     
    My Plugis are in onedrive: "D:\Cloud\OneDrive\Capture One Pro All included\CaptureOne\Plugins"
     
    So the demoplugin should go into : "\com.captureone.demoplugin"
     
    to finally have "D:\Cloud\OneDrive\Capture One Pro All included\CaptureOne\Plugins\com.captureone.demoplugin"
     
    Now my development will be here: "E:\Codes\github\j0rt3g4\C1Plugin\bin\Debug"
      
    so the md would be (run the line in CMD as administrator)
    mklink /d "D:\Cloud\OneDrive\Capture One Pro All included\CaptureOne\Plugins\com.captureone.demoplugin" "E:\Codes\github\j0rt3g4\C1Plugin\bin\Debug"
    
    0

请先登录再写评论。