13 lines
424 B
Markdown
13 lines
424 B
Markdown
# GESIS OpenCode Installer Source
|
|
|
|
This folder contains the source and rebuild materials for `GESIS-OpenCode-Installer.exe`.
|
|
|
|
To rebuild on Windows:
|
|
|
|
```powershell
|
|
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
|
|
.\Build-GuiInstaller.ps1
|
|
```
|
|
|
|
The built EXE embeds the GESIS logo assets and writes a user-specific OpenCode configuration after probing the GESIS AI Server for models available to the user's API key.
|