Skip to content

Commit

Permalink
fix-修复签名问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiso committed Apr 30, 2019
1 parent d89207d commit fe36907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function parseIpa(filename) {
}
} catch (err) {
info.appLevel = 'develop'
reject("应用未签名,暂不支持")
// reject("应用未签名,暂不支持")
}
resolve(info)
})
Expand Down

0 comments on commit fe36907

Please sign in to comment.