File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 395
395
ФайлЗапуска.ЗаписатьСтроку("#!/bin/bash" );
396
396
СтрокаЗапуска = "oscript" ;
397
397
Если ЭтоWindows Тогда
398
- СтрокаЗапуска = СтрокаЗапуска + " -encoding=utf-8 " ;
398
+ СтрокаЗапуска = СтрокаЗапуска + " -encoding=utf-8" ;
399
399
КонецЕсли ;
400
- СтрокаЗапуска = СтрокаЗапуска + """ " + ПутьФайлаПриложения + """ "" $@"" " ;
400
+ СтрокаЗапуска = СтрокаЗапуска + " "" " + ПутьФайлаПриложения + """ "" $@"" " ;
401
401
ФайлЗапуска.ЗаписатьСтроку(СтрокаЗапуска);
402
402
ФайлЗапуска.Закрыть();
403
403
Original file line number Diff line number Diff line change 17
17
СерверУдаленногоХранилища = "http://hub.oscript.io" ;
18
18
ПутьВХранилище = "/download/" ;
19
19
ЛокальныйКаталогУстановкиПакетов = "oscript_modules" ;
20
- ВерсияПродукта = "0.9.1 " ;
20
+ ВерсияПродукта = "0.9.2 " ;
You can’t perform that action at this time.
0 commit comments