Skip to content

Commit

Permalink
Specify path to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Nov 2, 2021
1 parent 8fb972f commit 1ab13e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Setup/Portable/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ win32:
cp $(INSTALLDIR)/Client/qtTeamTalk/nvdaControllerClient32.dll $(OUTDIR)/Client/
cp $(INSTALLDIR)/Client/qtTeamTalk/SAAPI32.dll $(OUTDIR)/Client/
cp $(INSTALLDIR)/Client/qtTeamTalk/Tolk.dll $(OUTDIR)/Client/
make arczip
make TT5DIST=$(TT5DIST) arczip

win64:
$(eval TT5DIST=TeamTalk_$(VERSION)_Portable)
Expand All @@ -40,7 +40,7 @@ win64:
cp $(INSTALLDIR)/Client/qtTeamTalk/nvdaControllerClient64.dll $(OUTDIR)/Client/
cp $(INSTALLDIR)/Client/qtTeamTalk/SAAPI64.dll $(OUTDIR)/Client/
cp $(INSTALLDIR)/Client/qtTeamTalk/Tolk.dll $(OUTDIR)/Client/
make arczip
make TT5DIST=$(TT5DIST) arczip

win32pro:
$(eval TT5DIST=teamtalkpro-$(VERSION)-win32)
Expand Down

0 comments on commit 1ab13e3

Please sign in to comment.