Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
74Genesis committed Nov 13, 2023
1 parent 33f4144 commit a607c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Unpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class Unpack {

/**
* Unzip apkg file
* @param p deck required to be unpacked
* @param p path to .apkg file
* @param o folder for unpacking
*/
async unpack(p: string, o: string): Promise<void> {
Expand Down

0 comments on commit a607c16

Please sign in to comment.