https://github.com/mateusz-grzelinski/corpus-macro-replacer
A program for Corpus 5/6 that replaces makro while respecting existing variables
https://github.com/mateusz-grzelinski/corpus-macro-replacer
Last synced: 3 months ago
JSON representation
A program for Corpus 5/6 that replaces makro while respecting existing variables
- Host: GitHub
- URL: https://github.com/mateusz-grzelinski/corpus-macro-replacer
- Owner: Mateusz-Grzelinski
- Created: 2025-01-03T17:19:28.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T19:28:29.000Z (3 months ago)
- Last Synced: 2025-03-04T20:30:01.703Z (3 months ago)
- Language: Go
- Homepage:
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-development.md
Awesome Lists containing this project
README
# How to run
Release build:
```
go build --race -ldflags "-s -w" -o Corpus_Macro_Replacer.exe .\src\
```or
```
fyne build --src .\src\ -o Corpus_Macro_Replacer-debug.exe
# optionally with --release
```or (the most proper way):
```
fyne release --icon .\corpus_replacer_logo.png -appVersion 0.4 -appBuild 1 -developer "Mat" --certificate asda -password 1234
```# Development
Icons:
```
go generate
```