Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylous committed Sep 29, 2022
1 parent 0e22c31 commit b1d3b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ dist/
.goreleaser.yaml
.gitignore
dist/

dist/
2 changes: 1 addition & 1 deletion Loader/Loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func DLLfunction(export string) string {
if export != "" {
DLL.Variables["ExportFunction"] = `//export ` + export + `
func ` + export + `() {
Main()
Run()
}`
} else {
DLL.Variables["ExportFunction"] = ``
Expand Down

0 comments on commit b1d3b6e

Please sign in to comment.