mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added support for Setup program in managed packages
This commit is contained in:
parent
c12c1bf9f9
commit
76c58b3ed0
4 changed files with 179 additions and 43 deletions
|
@ -432,7 +432,7 @@ namespace IDE.ui
|
|||
public bool mLoadFailed;
|
||||
String mOldVerLoadCmd ~ delete _;
|
||||
HTTPRequest mOldVerHTTPRequest ~ delete _;
|
||||
IDEApp.ExecutionInstance mOldVerLoadExecutionInstance ~ { if (_ != null) _.mAutoDelete = true; };
|
||||
IDEApp.ExecutionInstance mOldVerLoadExecutionInstance ~ _?.Release();
|
||||
SourceFindTask mSourceFindTask ~ delete _;
|
||||
HoverResolveTask mHoverResolveTask ~ delete _;
|
||||
bool mWantsFastClassify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue