modify local files

This commit is contained in:
idk
2022-07-07 11:16:26 -04:00
parent 96f8a5c567
commit 3d737b6768
6 changed files with 1256 additions and 1 deletions

View File

@ -79,7 +79,7 @@ winbuild: dep winbinary
p: dep binary su3
clean:
clean: clean-flatpak
rm -f $(BINARY)-plugin plugin $(BINARY)-*zip -r $(BINARY)-$(GOOS)-$(GOARCH) $(BINARY)-$(GOOS)-$(GOARCH).exe tmp tor-browser/torbrowser-*.* $(BINARY) $(BINARY).exe tmp-i2pbrowser
rm -f *.su3 *.zip $(BINARY)-$(GOOS)-$(GOARCH) $(BINARY)-*
git clean -df
@ -343,6 +343,8 @@ deb: clean
--exclude="i2p.plugins.tor-manager" \
--exclude="i2p.plugins.tor-manager.exe" \
--exclude="tmp" \
--exclude="repo" \
--exclude="flatpak.repo.i2p.plugins.tor-manager" \
-cvzf ../i2p.plugins.tor-manager_$(VERSION).orig.tar.gz .
dpkg-buildpackage -us -uc

0
changelog.sh Normal file → Executable file
View File

File diff suppressed because it is too large Load Diff

0
flatpak-config.sh Normal file → Executable file
View File

0
flatpak-tbb.sh Normal file → Executable file
View File

0
flatpak.sh Normal file → Executable file
View File