Add the missing STAThreadAttribute in compressor

Fix #54
This commit is contained in:
yck1509 2014-08-03 18:08:36 +08:00
Родитель fb14809cdb
Коммит a4cf2078c7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,7 @@ namespace Confuser.Runtime {
return g;
}
[STAThread]
private static int Main(string[] args) {
var l = (uint)Mutation.KeyI0;
uint[] q = Mutation.Placeholder(new uint[Mutation.KeyI0]);