update installer and app.exe metadata
This commit is contained in:
parent
7ad9844ac0
commit
622b1f3e67
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
#else
|
#else
|
||||||
#define MyAppVersion "0.0.0"
|
#define MyAppVersion "0.0.0"
|
||||||
#endif
|
#endif
|
||||||
#define MyAppPublisher "Ollama, Inc."
|
#define MyAppPublisher "Ollama"
|
||||||
#define MyAppURL "https://ollama.com/"
|
#define MyAppURL "https://ollama.com/"
|
||||||
#define MyAppExeName "ollama app.exe"
|
#define MyAppExeName "ollama app.exe"
|
||||||
#define MyIcon ".\assets\app.ico"
|
#define MyIcon ".\assets\app.ico"
|
||||||
|
|
|
@ -15,7 +15,6 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Ollama Inc."
|
|
||||||
VALUE "FileDescription", "Ollama"
|
VALUE "FileDescription", "Ollama"
|
||||||
VALUE "InternalName", "Ollama"
|
VALUE "InternalName", "Ollama"
|
||||||
VALUE "OriginalFilename", "ollama app.exe"
|
VALUE "OriginalFilename", "ollama app.exe"
|
||||||
|
|
Loading…
Reference in a new issue