tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Win builds problem #320

Closed necros2k7 closed 3 years ago

necros2k7 commented 3 years ago

subj

tzachshabtay commented 3 years ago

Reran the windows build and it seems to be passing: https://ci.appveyor.com/project/tzachshabtay/monoags/builds/38167315/job/hebud37655sybyeo

Let me know if you have any specific issues I can help with.

necros2k7 commented 3 years ago

Ehh, by your link it says build failed and no artifacts present

tzachshabtay commented 3 years ago

Added artifacts to the build: https://ci.appveyor.com/project/tzachshabtay/monoags/build/job/dc3k0wwumw9atc0k/artifacts

necros2k7 commented 3 years ago

Engine folder have no exe inside only dlls is it ok?

tzachshabtay commented 3 years ago

Yeah, the engine itself is a library, not an executable. The game is the executable and it imports the engine library (see the demo game for an example).