Skip to content

Commit

Permalink
Update Publish-Implementation.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Nov 14, 2023
1 parent e746a52 commit 27adf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Publish-Implementation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ param (
# Provide parameters
$release_uri = 'https://api.github.com/repos/kiwix/kiwix-js/actions/workflows/publish-extension.yaml/dispatches'

$app_params = Select-String 'appVersion' "$PSScriptRoot\..\www\js\init.js" -List
$app_params = Select-String 'params..appVersion' "$PSScriptRoot\..\www\js\init.js" -List
$serviceworker = Select-String 'appVersion' "$PSScriptRoot\..\service-worker.js" -List
$suggested_build = ''
$app_tag = ''
Expand Down

0 comments on commit 27adf35

Please sign in to comment.