Skip to content

Commit

Permalink
recompile after fix of Norway UTM zones. v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexschimel committed Apr 29, 2022
1 parent 6e15d4d commit cafb0d7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
Binary file modified Iskaffe.mlapp
Binary file not shown.
8 changes: 4 additions & 4 deletions Iskaffe.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0">
<configuration build-checksum="1563279143" file="C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.prj" location="C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe" name="Iskaffe" preferred-package-location="C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution" preferred-package-type="package.type.exe" target="target.ezdeploy.standalone" target-name="Application Compiler">
<configuration build-checksum="1890889047" file="C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.prj" location="C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe" name="Iskaffe" preferred-package-location="C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution" preferred-package-type="package.type.exe" target="target.ezdeploy.standalone" target-name="Application Compiler">
<param.appname>Iskaffe</param.appname>
<param.icon>${PROJECT_ROOT}\Iskaffe_resources\icon.ico</param.icon>
<param.icons>
Expand All @@ -8,15 +8,15 @@
<file>${PROJECT_ROOT}\Iskaffe_resources\icon_24.png</file>
<file>${PROJECT_ROOT}\Iskaffe_resources\icon_16.png</file>
</param.icons>
<param.version>0.1.0</param.version>
<param.version>0.1.1</param.version>
<param.authnamewatermark>Alexandre Schimel</param.authnamewatermark>
<param.email>alexandre.schimel@ngu.no</param.email>
<param.company>NGU</param.company>
<param.summary>Multibeam backscatter quality control tool</param.summary>
<param.description />
<param.screenshot>${PROJECT_ROOT}\Iskaffe_resources\splash.png</param.screenshot>
<param.guid />
<param.installpath.string>\Iskaffe\v0.1.0</param.installpath.string>
<param.installpath.string>\Iskaffe\v0.1.1</param.installpath.string>
<param.installpath.combo>option.installpath.programfiles</param.installpath.combo>
<param.logo>${PROJECT_ROOT}\Iskaffe_resources\splash_half.png</param.logo>
<param.install.notes />
Expand All @@ -34,7 +34,7 @@
<param.web.mcr>true</param.web.mcr>
<param.package.mcr>false</param.package.mcr>
<param.no.mcr>false</param.no.mcr>
<param.web.mcr.name>iskaffe_v010_setup</param.web.mcr.name>
<param.web.mcr.name>iskaffe_v011_setup</param.web.mcr.name>
<param.package.mcr.name>MyAppInstaller_mcr</param.package.mcr.name>
<param.no.mcr.name>MyAppInstaller_app</param.no.mcr.name>
<param.windows.command.prompt>false</param.windows.command.prompt>
Expand Down
6 changes: 3 additions & 3 deletions Iskaffe/PackagingLog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html><meta charset="UTF-8"><pre>
<font color=blue>mcc -o Iskaffe -W 'main:Iskaffe,version=0.1.0' -T link:exe -d C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_testing -R '-logfile,iskaffe_logfile' -v C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.mlapp -r C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe_resources\icon.ico </font>
<font color=blue>mcc -o Iskaffe -W 'main:Iskaffe,version=0.1.1' -T link:exe -d C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_testing -R '-logfile,iskaffe_logfile' -v C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.mlapp -r C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe_resources\icon.ico </font>
Compiler version: 8.1 (R2020b)

Analyzing file dependencies.
Expand All @@ -10,7 +10,7 @@
<font color=blue>Packaging...</font>
Creating the bundle...
Creating the install agent URL file...
Web based installer created at C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution\iskaffe_v010_setup.exe.
Web based installer created at C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution\iskaffe_v011_setup.exe.
Packaging complete.
Elapsed packaging time was: 30 seconds.
Elapsed packaging time was: 25 seconds.
</pre></html>
Binary file not shown.
Binary file modified Iskaffe/for_redistribution_files_only/Iskaffe.exe
Binary file not shown.
Binary file modified Iskaffe/for_testing/Iskaffe.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ alexandre.schimel@ngu.no

## Version History

* 0.1.1
* Fix UTM zones in Norway
* Acquisition modes warning and in results
* Corrected dB level
* 0.1
* Initial Release

Expand Down

0 comments on commit cafb0d7

Please sign in to comment.