Skip to content

Commit

Permalink
fix:(installer): package web player on Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Jun 18, 2024
1 parent 22172d9 commit 5b1605e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/tlk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ class TlkRecipe
switch ($this.Product) {
"gateway" {
Merge-Tokens -TemplateFile $RulesTemplate -Tokens @{
root_path = $this.SourcePath
dgateway_executable = $DGatewayExecutable
dgateway_webclient = $DGatewayWebClient
platform_dir = $InputPackagePath
Expand Down
2 changes: 1 addition & 1 deletion package/Linux/gateway/template/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ override_dh_install:
dh_install
mkdir -p $$(pwd)/debian/devolutions-gateway/usr/share/devolutions-gateway/webapp
cp -r {{ dgateway_webclient }} $$(pwd)/debian/devolutions-gateway/usr/share/devolutions-gateway/webapp
cp -r ../../../../webapp/player $$(pwd)/debian/devolutions-gateway/usr/share/devolutions-gateway/webapp
cp -r {{ root_path }}/webapp/player $$(pwd)/debian/devolutions-gateway/usr/share/devolutions-gateway/webapp
override_dh_shlibdeps:
{{ dh_shlibdeps }}

0 comments on commit 5b1605e

Please sign in to comment.