Skip to content

Commit

Permalink
Правки
Browse files Browse the repository at this point in the history
  • Loading branch information
rastorguevia committed Apr 10, 2024
1 parent 813c058 commit c86fa5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
* Inno Setup 5

#### Если хотим собрать без установщика, запускаем
```
```console
mvn clean install
```
#### Если хотим собрать с установщиком,
cначала указываем путь к ISCC.exe (компилятор Inno Setup)
```xml
<properties>
<!--Прописать путь к ISCC.exe-->
<inno.exe.path>D:\Inno Setup 5\ISCC.exe</inno.exe.path>
<inno.exe.path>*\ISCC.exe</inno.exe.path>
</properties>
```
затем указываем путь к проекту на вашем компьютере
```iss
#define ResourceDir "C:\Users\***\IdeaProjects\ff14-ru-translation-auto-updater"
```
и наконец запускаем сборку с включеным профилем
```
```console
mvn clean install -P compile-installer
```

0 comments on commit c86fa5e

Please sign in to comment.