Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Oct 17, 2024
1 parent b1a0211 commit 592cdd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
with:
name: potatodrive.exe
path: potatodrive.exe
- run: dir
- name: Create installer
run: wix build PotatoDrive.wxs -arch x64
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions cmd/proxy/debian/rules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
clean:
rm -f potatodrive-proxy
rm -f potatodrive-proxy-${DEB_HOST_ARCH}

build:
cp ../potatodrive-proxy_${DEB_HOST_ARCH} potatodrive-proxy
cp ../potatodrive-proxy-${DEB_HOST_ARCH} potatodrive-proxy

binary:
mkdir -p debian/potatodrive-proxy
Expand Down

0 comments on commit 592cdd5

Please sign in to comment.