зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
6 строки
213 B
Plaintext
6 строки
213 B
Plaintext
https://stackoverflow.com/questions/8461365/how-do-i-update-one-file-in-a-jar-without-repackaging-the-whole-jar
|
|
jar uf0 myfile.jar images/hi.png
|
|
|
|
zip -d myfile.jar images/hi.png
|
|
# 'META-INF/*.SF' 'META-INF/*.RSA'
|