Skip to content

Commit

Permalink
Первый публичный релиз
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-tech committed Sep 30, 2022
1 parent f09cfef commit d83f33c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode/launch.json
edt-validate-results
edt-validate-results-en
out.json
out.json
*.ospx
Binary file removed edt-ripper-0.7.ospx
Binary file not shown.
12 changes: 12 additions & 0 deletions installlocalhost.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off
call del "*.ospx"

for /f %%i in ('"oscript -version"') do set result=%%i

if %result%==1.0.19.105 (
call opm build . -mf ./packagedef -out .
) else (
call opm build -m ./packagedef -o .
)

call opm install -f *.ospx
2 changes: 1 addition & 1 deletion src/Модули/ПараметрыПриложения.os
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
//
Функция Версия() Экспорт

Возврат "0.7";
Возврат "22.09";

КонецФункции

Expand Down

0 comments on commit d83f33c

Please sign in to comment.