An open API service indexing awesome lists of open source software.

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

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
```