Skip to content

Commit

Permalink
Sign Windows .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jan 23, 2024
1 parent c9f1cbd commit 1a19a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ phazerville_screencapture: $(OBJS)

phazerville_screencapture.exe: $(OBJS)
$(CXX) $(OBJS) -o $@ $(LIBS)
-pjrcwinsigntool $@
-~/teensy/td/cp_win32.sh $@


clean:
rm -f *.o phazerville_screencapture phazerville_screencapture.exe
rm -f phazerville_screencapture.exe.sign*

0 comments on commit 1a19a18

Please sign in to comment.