There was an error while loading. Please reload this page.
1 parent 1f05db5 commit f7cc429Copy full SHA for f7cc429
1 file changed
go-client/Makefile
@@ -85,9 +85,11 @@ install:
85
@if [ -d "$(BUILDDIR)/$(CURRENT_OS)-$(CURRENT_ARCH)" ]; then \
86
echo "Copying $(CURRENT_OS)-$(CURRENT_ARCH) files..."; \
87
cp -R $(BUILDDIR)/$(CURRENT_OS)-$(CURRENT_ARCH) $(BASEPATH)/../src-tauri/resources/bin/; \
88
+ chmod +x $(BASEPATH)/../src-tauri/resources/bin/$(CURRENT_OS)-$(CURRENT_ARCH)/*; \
89
elif [ "$(CURRENT_OS)" = "windows" ] && [ -d "$(BUILDDIR)/windows" ]; then \
90
echo "Copying Windows files..."; \
91
cp -R $(BUILDDIR)/windows $(BASEPATH)/../src-tauri/resources/bin/; \
92
+ chmod +x $(BASEPATH)/../src-tauri/resources/bin/windows/*.exe; \
93
else \
94
echo "Error: No build files found for $(CURRENT_OS)/$(CURRENT_ARCH)"; \
95
echo "Available platforms:"; \
0 commit comments