Skip to content

Commit

Permalink
minor release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theshadowco committed Mar 29, 2021
2 parents f72d601 + a48e65d commit e10a11b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
Empty file modified installlocalhost.bat
100644 → 100755
Empty file.
12 changes: 12 additions & 0 deletions installlocalhost.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
rm "*.ospx"

result=$(oscript -version)

if [[ $result = "1.0.19.105" ]]; then
opm build . -mf ./packagedef -out .
else
opm build -m ./packagedef -o .
fi

opm install -f *.ospx
4 changes: 2 additions & 2 deletions packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Описание.Имя(ИмяПродукта)
.ВерсияСреды("1.0.21")
.Версия(ПараметрыСистемы_ЛокальнаяВерсия.ВерсияПродукта())
.ЗависитОт("logos", "1.2.1")
.ЗависитОт("fs", "1.0.0")
.ЗависитОт("logos", "1.3.0")
.ЗависитОт("fs", "1.1.0")
.ВключитьФайл("src")
.ВключитьФайл("readme.md")
.ВключитьФайл("package-loader.os")
Expand Down
2 changes: 1 addition & 1 deletion src/Модули/ПараметрыПродукта.os
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//
Функция ВерсияПродукта() Экспорт

Возврат "1.2";
Возврат "1.3";

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

Expand Down
1 change: 0 additions & 1 deletion tests/common-fixtures
Submodule common-fixtures deleted from 423f5d
7 changes: 0 additions & 7 deletions updateFixtures.bat

This file was deleted.

0 comments on commit e10a11b

Please sign in to comment.