You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go Inside The Source Code Directory & Get All The Dependencies:
102
+
103
+
```bash
104
+
cd bread
105
+
go mod tidy
106
+
```
107
+
108
+
Make The Build Script Executable And Run It
109
+
110
+
```bash
111
+
chmod +x ./make
112
+
./make
113
+
```
114
+
115
+
And To Build The AppImage Run
116
+
117
+
```bash
118
+
./make appimage
119
+
```
120
+
121
+
---
122
+
123
+
## Todo
92
124
- Improve UI
93
125
- Work On Reducing Binary Sizes
94
126
- Add `-v, --version` To Get The Version
95
127
- Mirrors:
96
128
- I Would Like To Introduce Concept Of Mirror Lists Which Contain The List Of AppImages With The Download URL, tho currently i am not working on it but in future i might.
0 commit comments