Commit ae0b8a2
authored
Fix-build-issues (#22)
* refactor: Move Wails service bindings to internal/wails package
Moves all Wails service wrapper files from root directory to internal/wails/
for better organization and separation of concerns.
Changes:
- Moved: jwt_service.go, barcode_service.go, conversion_service.go,
data_generator_service.go, codeformatter_service.go
- Updated package from 'main' to 'wails'
- Changed startup() to Startup() (exported method)
- Updated main.go and server.go imports
- Updated type references to use wails package
* fix: wrong be package, try to build proper binary for each platform
* fix: unit tests
* fix: unit tests path
* Fix Windows build: remove redundant mv command since Wails already outputs .exe
* Make code signing optional and add macOS installation instructions for unsigned builds
* Fix macOS DMG build: clean up existing files before creating DMG1 parent c3bb510 commit ae0b8a2
1 file changed
Lines changed: 3 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 143 | | |
166 | 144 | | |
167 | 145 | | |
| |||
0 commit comments