Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
bb70385a
Commit
bb70385a
authored
Mar 11, 2018
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Magisk Manager
parent
9855877b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
app
app
+1
-1
SignAPK.java
utils/src/main/java/com/topjohnwu/utils/SignAPK.java
+1
-0
No files found.
app
@
d5408d1f
Subproject commit
3f38579529014c4801c157c0d78d0260d5c61b42
Subproject commit
d5408d1f09f886e3bb492d96e25f0c9f48781c4a
utils/src/main/java/com/topjohnwu/utils/SignAPK.java
View file @
bb70385a
...
@@ -494,6 +494,7 @@ public class SignAPK {
...
@@ -494,6 +494,7 @@ public class SignAPK {
outputStream
.
write
(
total_size
&
0xff
);
outputStream
.
write
(
total_size
&
0xff
);
outputStream
.
write
((
total_size
>>
8
)
&
0xff
);
outputStream
.
write
((
total_size
>>
8
)
&
0xff
);
temp
.
writeTo
(
outputStream
);
temp
.
writeTo
(
outputStream
);
outputStream
.
close
();
}
}
private
static
void
signFile
(
Manifest
manifest
,
JarMap
inputJar
,
private
static
void
signFile
(
Manifest
manifest
,
JarMap
inputJar
,
X509Certificate
publicKey
,
PrivateKey
privateKey
,
X509Certificate
publicKey
,
PrivateKey
privateKey
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment