Add cook&run support for macOS and Linux

This commit is contained in:
Wojtek Figat
2023-10-19 19:09:32 +02:00
parent 2bb8c82329
commit a8f961c438
4 changed files with 32 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ public:
ArchitectureType GetArchitecture() const override;
bool UseSystemDotnet() const override;
bool OnDeployBinaries(CookingData& data) override;
void OnRun(CookingData& data, String& executableFile, String& commandLineFormat, String& workingDir) override;
};
#endif